Rewrites queries from lucene syntax to Amazon Cloudsearch syntax


License
BSD-3-Clause
Install
pip install l2cs==2.0.2

Documentation

l2cs

DEPRECATED

This project has been deprecated and will not be actively maintained. While Amazon Cloudsearch's 2011 API version did not support Lucene, the updated 2013 API revision natively supports Lucene style queries and thus this library is not needed except for consumers who have yet to upgrade to the new API version.

Overview

l2cs - "lucene to CloudSearch" - is a module for converting search queries from Apache lucene's base syntax into an Amazon CloudSearch boolean query.

Install

Run setup.py install to install the module

Thanks

Many thanks to Matt Chaput, whose whoosh module is a dependency and key component of l2cs.

License

Please see LICENSE.txt in the source.