petl-developers / petlx

Optional extensions for petl based on third party libraries.
MIT License
44 stars 9 forks source link

integration with lucene/solr #57

Open alimanfoo opened 10 years ago

alimanfoo commented 10 years ago

This issue is a placeholder for integration with Lucene text indexes, either via an index on the local file system or via a Solr server. This issue may need to be split in future as there are two possible implementations, one via pylucene, the other via pysolr.

See also #56.

alimanfoo commented 10 years ago

N.B., as integration with solr is via a network, some care would be needed to avoid memory bottlenecks when working with larger tables.