org.apache.camel.processor.lucene.support
Class Hit

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

public class Hit
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Hit()
           
 
Method Summary
 String getData()
           
 int getHitLocation()
           
 float getScore()
           
 void setData(String value)
           
 void setHitLocation(int value)
           
 void setScore(float value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Hit

public Hit()
Method Detail

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)

toString

public String toString()
Overrides:
toString in class Object


Apache Camel