|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompassHitsOperations
Mutual operations for hits, for both detached and transactional hits.
| Method Summary | |
|---|---|
Object |
data(int n)
Returns the object that maps the n'th hit |
int |
getLength()
Returns the number of hits, |
int |
length()
Returns the number of hits, |
Resource |
resource(int n)
Returns the resource that maps to the n'th hit |
float |
score(int n)
Returns the score of the n'th hit. |
| Method Detail |
|---|
int getLength()
int length()
Object data(int n)
throws CompassException
n - The n'th hit.
CompassException
Resource resource(int n)
throws CompassException
n - The n'th hit.
CompassException
float score(int n)
throws CompassException
n - The n'th hit.
CompassException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||