Uses of Class
gate.creole.annic.apache.lucene.search.ScoreDoc

Packages that use ScoreDoc
gate.creole.annic.apache.lucene.search Search over indices. 
 

Uses of ScoreDoc in gate.creole.annic.apache.lucene.search
 

Subclasses of ScoreDoc in gate.creole.annic.apache.lucene.search
 class FieldDoc
          Expert: A ScoreDoc which also contains information about how to sort the referenced document.
 

Fields in gate.creole.annic.apache.lucene.search declared as ScoreDoc
 ScoreDoc[] TopDocs.scoreDocs
          Expert: The top hits for the query.
 

Methods in gate.creole.annic.apache.lucene.search with parameters of type ScoreDoc
 int ScoreDocComparator.compare(ScoreDoc i, ScoreDoc j)
          Compares two ScoreDoc objects and returns a result indicating their sort order.
 Comparable ScoreDocComparator.sortValue(ScoreDoc i)
          Returns the value used to sort the given document.
 

Constructors in gate.creole.annic.apache.lucene.search with parameters of type ScoreDoc
TopDocs(int totalHits, ScoreDoc[] scoreDocs)
          Expert: Constructs a TopDocs.
TopFieldDocs(int totalHits, ScoreDoc[] scoreDocs, SortField[] fields)
          Creates one of these objects.