Class WordDelimiterIterator
A BreakIterator-like API for iterating over subwords in text, according to WordDelimiterFilter rules.
Note
This API is for internal purposes only and might change in incompatible ways in the next release.
Inheritance
System.Object
    WordDelimiterIterator
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Analysis.Miscellaneous
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class WordDelimiterIterator
  Fields
| Improve this Doc View SourceDEFAULT_WORD_DELIM_TABLE
Declaration
public static readonly byte[] DEFAULT_WORD_DELIM_TABLE
  Field Value
| Type | Description | 
|---|---|
| System.Byte[] | 
DONE
Indicates the end of iteration
Declaration
public const int DONE = -1
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
Methods
| Improve this Doc View SourceGetType(Int32)
Computes the type of the given character
Declaration
public static byte GetType(int ch)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | ch | Character whose type is to be determined  | 
      
Returns
| Type | Description | 
|---|---|
| System.Byte | Type of the character  |