I used:
Analyzer analyzer = new StandardAnalyzer();
QueryParser parser = new QueryParser(field, analyzer);
Query query = parser.parse(queryString);
TermQuery cannot be created this way.
Scorer.freq(), Collector.setScorer() how can be obtained?
To
Mikhail Khludnev-2:
What is
" fl=*,tf(text,'run') " ?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Lucene-6-1-number-of-hits-per-document-tp4293245p4294117.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]