public interface ImageSearchHits
| 限定符和类型 | 方法和说明 |
|---|---|
int |
documentID(int position)
This returns the actual document number within the IndexReader.
|
int |
length()
Returns the size of the result list.
|
double |
score(int position)
Returns the score of the document at given position.
|
int length()
double score(int position)
position - defines the positionint documentID(int position)
position -