|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BytesRefFSTEnum.InputOutput | |
---|---|
org.apache.lucene.util.fst | Finite state transducers |
Uses of BytesRefFSTEnum.InputOutput in org.apache.lucene.util.fst |
---|
Methods in org.apache.lucene.util.fst that return BytesRefFSTEnum.InputOutput | |
---|---|
BytesRefFSTEnum.InputOutput<T> |
BytesRefFSTEnum.current()
|
BytesRefFSTEnum.InputOutput<T> |
BytesRefFSTEnum.next()
|
BytesRefFSTEnum.InputOutput<T> |
BytesRefFSTEnum.seekCeil(BytesRef target)
Seeks to smallest term that's >= target. |
BytesRefFSTEnum.InputOutput<T> |
BytesRefFSTEnum.seekExact(BytesRef target)
Seeks to exactly this term, returning null if the term doesn't exist. |
BytesRefFSTEnum.InputOutput<T> |
BytesRefFSTEnum.seekFloor(BytesRef target)
Seeks to biggest term that's <= target. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |