python - Is there a way to convert a Lucene index into Whoosh or MongoDB? -
lucene popular text indexing tool (http://lucene.apache.org/). installing lucene pythonic usage heck of work (building pylucene on ubuntu 14.04(trusty tahr)).
whoosh python based indexing library (https://pythonhosted.org/whoosh/quickstart.html) supports full text search of lucene.
for sake of users don't want hassle of installing pylucene use index i've built. is there way port lucene index whoosh? if so, how?
other whoosh, lucene mongodb's gridfs , try replicate full text search in mongodb. but how port lucene index mongodb? possible?
humanly, 1 can use luke (https://code.google.com/p/luke/) or clue (https://github.com/javasoze/clue) read files is there other way export lucene index pythonically readable format? (without using pylucene)?
Comments
Post a Comment