public class

ScoreDoc

extends Object
implements Serializable
java.lang.Object
   ↳ org.apache.lucene.search.ScoreDoc
Known Direct Subclasses

Class Overview

Expert: Returned by low-level search implementations.

See Also

Summary

Fields
public int doc Expert: A hit document's number.
public float score Expert: The score of this document for the query.
Public Constructors
ScoreDoc(int doc, float score)
Expert: Constructs a ScoreDoc.
Public Methods
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public int doc

Expert: A hit document's number.

See Also

public float score

Expert: The score of this document for the query.

Public Constructors

public ScoreDoc (int doc, float score)

Expert: Constructs a ScoreDoc.

Public Methods

public String toString ()