/l2cs

DEPRECATED - Python library to rewrite Lucene syntax search queries to Amazon CloudSearch syntax

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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.