|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImageSearchHits
This class simulates the original Lucene Hits object.
Please note the only a certain number of results are returned.
This file is part of the Caliph and Emir project: http://www.SemanticMetadata.net
Date: 02.02.2006
Time: 23:45:20
| Method Summary | |
|---|---|
org.apache.lucene.document.Document |
doc(int position)
Returns the document at given position |
int |
length()
Returns the size of the result list. |
float |
score(int position)
Returns the score of the document at given position. |
| Method Detail |
|---|
int length()
float score(int position)
position - defines the position
org.apache.lucene.document.Document doc(int position)
position - defines the position.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||