Class FieldInt.IntEnum
java.lang.Object
com.github.oeuvres.alix.lucene.search.FieldInt.IntEnum
- Enclosing class:
FieldInt
A kind of
Iterator for primitive types.-
Method Summary
-
Method Details
-
hasNext
public boolean hasNext()There are search left- Returns:
- true if some value more.
-
next
public void next()Advance the cursor to next value. -
docs
public int docs()Count of documents for this value.- Returns:
- docs for this value.
-
value
public long value()The int value in sorted order.- Returns:
- the value.
-