Class WholeBreakIterator
Just produces one single fragment for the entire text
Assembly: Lucene.Net.ICU.dll
Syntax
public sealed class WholeBreakIterator : BreakIterator
Properties
Name | Description |
---|---|
Current | |
Text |
Methods
Name | Description |
---|---|
First() | |
Following(Int32) | |
IsBoundary(Int32) | |
Last() | |
Next() | |
Next(Int32) | |
Preceding(Int32) | |
Previous() | |
SetText(CharacterIterator) | |
SetText(String) |