You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
l2cs
2
2
====
3
3
4
+
## DEPRECATED
5
+
6
+
This project has been deprecated and will not be actively maintained. While Amazon Cloudsearch's
7
+
2011 API version did not support Lucene, the updated 2013 API revision natively supports Lucene
8
+
style queries and thus this library is not needed except for consumers who have yet to upgrade
9
+
to the new API version.
10
+
4
11
`l2cs` - "lucene to CloudSearch" - is a module for converting search queries from [Apache lucene's base syntax](http://lucene.apache.org/core/3_6_0/queryparsersyntax.html) into an [Amazon CloudSearch boolean query](http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/booleansearch.html).
0 commit comments