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

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -