As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am comparing Lucene/Solr, Whoosh, Sphinx and Xapian for searching documents in DOC, DOCX, HTML and PDF. Only Solr is documented to have a document parser (Tika) which directly in开发者_StackOverflow
I want to index a MySQL table using Whoosh and create an instant search page, so I need the results of the Whoosh search to be in JSON. Is there a script or a project that implements this already? I\'
I am working on the project that uses MongoDB and Whoosh. I wonder if the Whoosh is necessary 开发者_C百科if I can use MongoDB search. I am sure Whoosh was setup in the system for good, but I am not s
I define an index as shown below, zero-padding the order_key integerfield as specified in the doc. class PlaceIndex(SearchIndex):
I\'m trying to use whoosh to add search functionality to my blogapp on appengine but I don\'t understand some stuff.
I am looking for a document sear开发者_如何学JAVAch engine (like Xapian, Whoosh, Lucene, Solr, Sphinx or others) which is capable of searching partial terms.
I am using Haystack v1.0 and Whoosh v1.8.1 to build a customized search engine for my website. Everything works beautifully but the problem is that I get no results for a lot of entries in my indexed
I am trying to implement Haystack search for my website with Whoosh back-end. I have been able to successfully setup the haystack app and I can search the model that I have registered, but when I crea
I was reading the \'Getting Started\' guide of Haystack and tried to implement Whoosh backend for my website with Haystack. I was successful in setting up the whole project and I can also see the sear