dynamic pruning (WAND) supported ??

2015-12-02 Thread search engine
Hi, Does Lucene have any dynamic pruning mechanism in place now to make posting scoring more efficient? thanks, Zong

RE: Highlighting deprecation?

2015-12-02 Thread Allison, Timothy B.
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