dynamic pruning (WAND) supported ??
Hi, Does Lucene have any dynamic pruning mechanism in place now to make posting scoring more efficient? thanks, Zong
RE: Highlighting deprecation?
Y, to add to Scott's advice, make sure to use the NullFragmenter and make sure to setExpandMultiTermQuery to true on your scorer QueryScorer scorer = new QueryScorer(query, field); scorer.setExpandMultiTermQuery(true); If you need to highlight entire phrases, see Koji Sekiguchi