3
votes
3answers
2k views
Is there a fast, accurate Highlighter for Lucene?
I've been using the (Java) Highlighter for Lucene (in the Sandbox package) for some …
2
votes
3answers
638 views
Should an index be optimised after incremental indexes in Lucene?
We run full re-indexes every 7 days (i.e. creating the index from scratch) on our Lucene index and incremental indexes every 2 hours or so. Our index has around 700,000 documents and a full index t …
5
votes
2answers
3k views
How to do query auto-completion/suggestions in Lucene?
I'm looking for a way to do query auto-completion/suggestions in Lucene. I've Googled around a bit and played around a bit, but all of the examples I've seen seem to be setting up filters in Solr. …
4
votes
How to do query auto-completion/suggestions in Lucene?
Based on @Alexandre Victoor's answer, I wrote a little class based on the Lucene Spellchecker in the contrib package (and using the LuceneDictionary included in it) that does exactly what I want. …
0
votes
Question regarding Lucene scoring
If you use lucli from the command line (download the latest Lucene source and it's in the contrib directory), you can use the "explain" command to get Lucene to explain why it has scored it so high …
