|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.search.utils.searchresult.LuceneSearchResult
public class LuceneSearchResult
Result container for Lucene results.
| Constructor Summary | |
|---|---|
LuceneSearchResult()
|
|
| Method Summary | |
|---|---|
DHitDistribution |
getHitDistribution()
Returns the hit distribution. |
java.lang.String |
getIndexName()
Returns the name of the index that produced this result. |
java.util.List<Record> |
getResultList()
Get the result list. |
void |
setHitDistribution(DHitDistribution distribution)
Set the hit distribution. |
void |
setIndexName(java.lang.String name)
Set the name of the index that produced this result. |
void |
setResultList(java.util.List<Record> list)
Set the result list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LuceneSearchResult()
| Method Detail |
|---|
public java.lang.String getIndexName()
public void setIndexName(java.lang.String name)
name - the index namepublic DHitDistribution getHitDistribution()
public void setHitDistribution(DHitDistribution distribution)
distribution - the hit distributionpublic java.util.List<Record> getResultList()
public void setResultList(java.util.List<Record> list)
list - the result list
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||