Class Hit
java.lang.Object
org.apache.camel.processor.lucene.support.Hit
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()org.apache.lucene.document.DocumentintfloatgetScore()voidvoidsetDocument(org.apache.lucene.document.Document document) voidsetHitLocation(int value) voidsetScore(float value) toString()
-
Constructor Details
-
Hit
public Hit()
-
-
Method Details
-
getHitLocation
public int getHitLocation() -
setHitLocation
public void setHitLocation(int value) -
getScore
public float getScore() -
setScore
public void setScore(float value) -
getData
-
setData
-
getDocument
public org.apache.lucene.document.Document getDocument() -
setDocument
public void setDocument(org.apache.lucene.document.Document document) -
toString
-