Class Int32sRefFSTEnum<T>
Enumerates all input (Int32sRef) + output pairs in an FST.
NOTE: This was IntsRefFSTEnum{T} in Lucene
@lucene.experimental
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class Int32sRefFSTEnum<T> : FSTEnum<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Description |
---|---|
Int32sRefFSTEnum(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(Int32sRef) | Seeks to smallest term that's >= target. |
SeekExact(Int32sRef) | Seeks to exactly this term, returning |
SeekFloor(Int32sRef) | Seeks to biggest term that's <= target. |