Skip to content Skip to sidebar Skip to footer
Showing posts with the label Whoosh

Python: Whoosh Seems To Return Incorrect Results

This code is straight from Whoosh's quickstart docs: import os.path from whoosh.index import cr… Read more Python: Whoosh Seems To Return Incorrect Results

Does Whoosh Require All Strings To Be Unicode?

I am redoing my search app in Whoosh from Solr. I am now learning from the quick start. But I kept … Read more Does Whoosh Require All Strings To Be Unicode?

Django-haystack + Whoosh Searchqueryset().all() Always None

I am using: django: 1.9.7 django-haystack: 2.5.0 whoosh: 2.7.4 search_index.py class ProfileInd… Read more Django-haystack + Whoosh Searchqueryset().all() Always None