TopDocs top = searcher.search(contextQuery, filter, maxDocsToRetrieve);

Which document fields are included in the calculation of the scores in
the returned items? All fields? All fields touched in the query? Would
I need a custom Similarity to exclude some?

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to