|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.outerj.daisy.ftindex.LuceneHits
public class LuceneHits
Constructor Summary | |
---|---|
LuceneHits(org.apache.lucene.search.Hits delegate)
|
Method Summary | |
---|---|
long |
branchId(int n)
|
long |
docId(int n)
Returns the Daisy Document ID for the nth matching document. |
long |
languageId(int n)
|
int |
length()
Returns the total number of hits available in this set. |
float |
score(int n)
Returns the score for the nth document in this set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LuceneHits(org.apache.lucene.search.Hits delegate)
Method Detail |
---|
public long docId(int n) throws java.io.IOException
Hits
docId
in interface Hits
java.io.IOException
public long branchId(int n) throws java.io.IOException
branchId
in interface Hits
java.io.IOException
public long languageId(int n) throws java.io.IOException
languageId
in interface Hits
java.io.IOException
public int length()
Hits
length
in interface Hits
public float score(int n) throws java.io.IOException
Hits
score
in interface Hits
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |