Uses of Class
org.apache.lucene.search.TopFieldCollector

Packages that use TopFieldCollector
org.apache.lucene.search Code to search indices. 
 

Uses of TopFieldCollector in org.apache.lucene.search
 

Methods in org.apache.lucene.search that return TopFieldCollector
static TopFieldCollector TopFieldCollector.create(Sort sort, int numHits, boolean fillFields, boolean trackDocScores, boolean trackMaxScore, boolean docsScoredInOrder)
          Creates a new TopFieldCollector from the given arguments.
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.