|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.conquiris.api.search.Result
public abstract class Result
Base class for search results.
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
float |
getMaxScore()
Returns the maximum score of the results of the query. |
long |
getTime()
Returns the time taken by the query (ms). |
int |
getTotalHits()
Returns the total hits of the query. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final float getMaxScore()
public final long getTime()
public final int getTotalHits()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||