java.lang.Object
org.apache.camel.processor.lucene.support.Hit
All Implemented Interfaces:
Serializable

public class Hit extends Object implements Serializable
See Also:
  • 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

      public String getData()
    • setData

      public void setData(String value)
    • getDocument

      public org.apache.lucene.document.Document getDocument()
    • setDocument

      public void setDocument(org.apache.lucene.document.Document document)
    • toString

      public String toString()
      Overrides:
      toString in class Object