org.apache.lucene.search
Class Hit
- java.lang.Object
-
- org.apache.lucene.search.Hit
-
- All Implemented Interfaces:
- java.io.Serializable
public class Hit extends java.lang.Object implements java.io.SerializableWrapper used byHitIteratorto provide a lazily loaded hit fromHits.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.Stringget(java.lang.String name)Returns the string value of the field with the given name if any exist in this document, or null.floatgetBoost()Returns the boost factor for this hit on any field of the underlying document.DocumentgetDocument()Returns document for this hit.intgetId()Returns id for this hit.floatgetScore()Returns score for this hit.java.lang.StringtoString()Prints the parameters to be used to discover the promised result.
-
-
-
Method Detail
-
getDocument
public Document getDocument() throws CorruptIndexException, java.io.IOException
Returns document for this hit.- Throws:
CorruptIndexException- if the index is corruptjava.io.IOException- if there is a low-level IO error- See Also:
Hits.doc(int)
-
getScore
public float getScore() throws java.io.IOExceptionReturns score for this hit.- Throws:
java.io.IOException- See Also:
Hits.score(int)
-
getId
public int getId() throws java.io.IOExceptionReturns id for this hit.- Throws:
java.io.IOException- See Also:
Hits.id(int)
-
getBoost
public float getBoost() throws CorruptIndexException, java.io.IOExceptionReturns the boost factor for this hit on any field of the underlying document.- Throws:
CorruptIndexException- if the index is corruptjava.io.IOException- if there is a low-level IO error- See Also:
Document.getBoost()
-
get
public java.lang.String get(java.lang.String name) throws CorruptIndexException, java.io.IOExceptionReturns the string value of the field with the given name if any exist in this document, or null. If multiple fields exist with this name, this method returns the first value added. If only binary fields with this name exist, returns null.- Throws:
CorruptIndexException- if the index is corruptjava.io.IOException- if there is a low-level IO error- See Also:
Document.get(String)
-
toString
public java.lang.String toString()
Prints the parameters to be used to discover the promised result.- Overrides:
toStringin classjava.lang.Object
-
-
DataMelt 3.0 © DataMelt by jWork.ORG