Uses of Class
org.apache.lucene.search.TopFieldDocs
Packages that use TopFieldDocs
- 
Uses of TopFieldDocs in org.apache.lucene.searchMethods in org.apache.lucene.search that return TopFieldDocsModifier and TypeMethodDescriptionprotected TopFieldDocsIndexSearcher.search(List<AtomicReaderContext> leaves, Weight weight, FieldDoc after, int nDocs, Sort sort, boolean fillFields, boolean doDocScores, boolean doMaxScore) Just likeIndexSearcher.search(Weight, int, Sort, boolean, boolean), but you choose whether or not the fields in the returnedFieldDocinstances should be set by specifying fillFields.Search implementation with arbitrary sorting and no filter.Search implementation with arbitrary sorting.IndexSearcher.search(Query query, Filter filter, int n, Sort sort, boolean doDocScores, boolean doMaxScore) Search implementation with arbitrary sorting, plus control over whether hit scores and max score should be computed.protected TopFieldDocsExpert: Low-level search implementation with arbitrary sorting and control over whether hit scores and max score should be computed.protected TopFieldDocsIndexSearcher.search(Weight weight, FieldDoc after, int nDocs, Sort sort, boolean fillFields, boolean doDocScores, boolean doMaxScore) Just likeIndexSearcher.search(Weight, int, Sort, boolean, boolean), but you choose whether or not the fields in the returnedFieldDocinstances should be set by specifying fillFields.