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

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

public class Hits
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Hits()
           
 
Method Summary
 List<Hit> getHit()
           
 int getNumberOfHits()
           
 void setNumberOfHits(int value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Hits

public Hits()
Method Detail

getNumberOfHits

public int getNumberOfHits()

setNumberOfHits

public void setNumberOfHits(int value)

getHit

public List<Hit> getHit()

toString

public String toString()
Overrides:
toString in class Object


Apache Camel