petl-developers / petlx

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

integration with whoosh #56

Closed alimanfoo closed 10 years ago

alimanfoo commented 10 years ago

Proposed to add a new submodule petlx.whoosh with two functions towhoosh() and fromwhoosh(). These functions would provide a convenient wrapper around loading a table of data into a whoosh text index, then retrieving records from a text index via a search query, respectively.