Class BytesRefFSTEnum<T>
Enumerates all input (BytesRef) + output pairs in an FST.
@lucene.experimental
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class BytesRefFSTEnum<T> : FSTEnum<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Description |
---|---|
BytesRefFSTEnum(FST<T>) | doFloor controls the behavior of advance: if it's true doFloor is true, advance positions to the biggest term before target. |
Properties
Name | Description |
---|---|
Current | |
CurrentLabel | |
TargetLabel |
Methods
Name | Description |
---|---|
Grow() | |
Next() | |
SeekCeil(BytesRef) | Seeks to smallest term that's >= target. |
SeekExact(BytesRef) | Seeks to exactly this term, returning |
SeekFloor(BytesRef) | Seeks to biggest term that's <= target. |