|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.needle.gigaspaces.service.SearchResourceResults
public class SearchResourceResults
Holds a list of all the search results.
| Constructor Summary | |
|---|---|
SearchResourceResults()
|
|
SearchResourceResults(SearchResourceResult[] results,
long totalLength)
|
|
| Method Summary | |
|---|---|
float |
getHighestScore()
Returns the highest score amond the returned hits. |
float |
getLowestScore()
Returns the lowest score amond the returned hits. |
SearchResourceResult[] |
getResults()
Returns the array of the search results. |
long |
getTotalLength()
Returns the total length of the hits. |
void |
readExternal(ObjectInput in)
|
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchResourceResults()
public SearchResourceResults(SearchResourceResult[] results,
long totalLength)
| Method Detail |
|---|
public SearchResourceResult[] getResults()
public long getTotalLength()
public float getHighestScore()
public float getLowestScore()
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||