|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.derquinse.lucis.Result
public class Result
Base class for search results.
| Constructor Summary | |
|---|---|
Result(int totalHits,
float maxScore,
long time)
|
|
| Method Summary | |
|---|---|
float |
getMaxScore()
|
long |
getTime()
|
int |
getTotalHits()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Result(int totalHits,
float maxScore,
long time)
| Method Detail |
|---|
public float getMaxScore()
public long getTime()
public int getTotalHits()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||