Frames | No Frames |
Classes derived from org.apache.lucene.search.ScoreDoc | |
class | Expert: A ScoreDoc which also contains information about
how to sort the referenced document. |
Fields of type org.apache.lucene.search.ScoreDoc | |
ScoreDoc[] | Expert: The top hits for the query. |
Methods with parameter type org.apache.lucene.search.ScoreDoc | |
int | Compares two ScoreDoc objects and returns a result indicating their
sort order. |
Comparable | Returns the value used to sort the given document. |