|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.query.lucene.hits.BitSetHits
public class BitSetHits
Uses a BitSet instance to store the hit set. Keep in mind that this BitSet is at least as large as the highest doc number in the hit set. This means it might need of lot of memory for large indexes.
| Constructor Summary | |
|---|---|
BitSetHits()
|
|
| Method Summary | |
|---|---|
int |
next()
Return the doc number of the next hit in the set. |
void |
set(int doc)
Marks the document with doc number doc as a hit. |
int |
skipTo(int target)
Skips to the first match beyond the current whose document number is greater than or equal to the given target. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BitSetHits()
| Method Detail |
|---|
public void set(int doc)
doc as a hit.
Implementations may throw an exception if you call set() after next() or
skipTo() has been called.
set in interface Hitspublic int next()
next in interface Hitspublic int skipTo(int target)
skipTo in interface Hits
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||