whoosh
Among Lucene/Solr, Whoosh, Sphinx, Xapian which integrates best with python? [closed]
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[详细]
2023-03-20 17:38 分类:问答Document search in Lucene/Solr, Whoosh, Sphinx, Xapian
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[详细]
2023-03-20 17:30 分类:问答Instant search with Whoosh - Index and search a MySQL table using Whoosh outputing JSON results
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\'[详细]
2023-03-13 17:53 分类:问答MongoDB and Whoosh. Do I need both?
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[详细]
2023-03-12 01:34 分类:问答Issue with Haystack/Whoosh SearchQuerySet's order_by
I define an index as shown below, zero-padding the order_key integerfield as specified in the doc. class PlaceIndex(SearchIndex):[详细]
2023-03-03 06:04 分类:问答whoosh MultifieldParser field search or query parser concatenation
I\'m trying to use whoosh to add search functionality to my blogapp on appengine but I don\'t understand some stuff.[详细]
2023-03-02 21:38 分类:问答Document search on partial words
I am looking for a document sear开发者_如何学JAVAch engine (like Xapian, Whoosh, Lucene, Solr, Sphinx or others) which is capable of searching partial terms.[详细]
2023-02-28 12:53 分类:问答Haystack Whoosh not indexing everything
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[详细]
2023-02-21 19:55 分类:问答Django Haystack Indexing More than one models
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[详细]
2023-02-21 13:00 分类:问答Django Haystack Rebuild Index
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[详细]
2023-02-21 09:27 分类:问答