Closed Ceasar closed 10 years ago
I've rewritten the search logic. With a few slight modifications, it should be possible to do this quickly (and also use the results to generate typeahead suggestions).
This may be helpful. https://pythonhosted.org/Whoosh/indexing.html#incremental-indexing
Fixed here: https://github.com/Ceasar/Encyclopedia/commit/84f3a69ee43b5e9f0a2508deaf1f302e27ec348b
Appears like this:
There are at least two reasons to implement document retrieval:
This would also eliminate the need to use the index (with its aliases) in the autocomplete results.