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

Uses in package org.apache.lucene.search

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.

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