SMILA (incubation) API documentation

org.eclipse.smila.search
Class HitsPerIndex

java.lang.Object
  extended by org.eclipse.smila.search.HitsPerIndex

public class HitsPerIndex
extends java.lang.Object

Author:
August Georg Schmidt (BROX) HitsPerIndex is a support data structure.

Constructor Summary
HitsPerIndex(java.lang.String indexName, int score, int hits)
           
 
Method Summary
 int getHits()
           
 java.lang.String getIndexName()
           
 int getScore()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HitsPerIndex

public HitsPerIndex(java.lang.String indexName,
                    int score,
                    int hits)
Parameters:
indexName - Name of index.
score - Score.
hits - Hits at score level.
Method Detail

getHits

public int getHits()
Returns:
Returns the hits.

getIndexName

public java.lang.String getIndexName()
Returns:
Returns the indexName.

getScore

public int getScore()
Returns:
Returns the score.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
Object as String.
See Also:
Object.toString()

SMILA (incubation) API documentation