Class BreakIteratorBoundaryScanner
A IBoundaryScanner implementation that uses ICU4N.Text.BreakIterator to find boundaries in the text.
Inheritance
System.Object
    BreakIteratorBoundaryScanner
  Implements
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.Search.VectorHighlight
Assembly: Lucene.Net.ICU.dll
Syntax
public class BreakIteratorBoundaryScanner : IBoundaryScanner
  Constructors
| Improve this Doc View SourceBreakIteratorBoundaryScanner(BreakIterator)
Declaration
public BreakIteratorBoundaryScanner(BreakIterator bi)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ICU4N.Text.BreakIterator | bi | 
Methods
| Improve this Doc View SourceFindEndOffset(StringBuilder, Int32)
Declaration
public virtual int FindEndOffset(StringBuilder buffer, int start)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Text.StringBuilder | buffer | |
| System.Int32 | start | 
Returns
| Type | Description | 
|---|---|
| System.Int32 | 
FindStartOffset(StringBuilder, Int32)
Declaration
public virtual int FindStartOffset(StringBuilder buffer, int start)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Text.StringBuilder | buffer | |
| System.Int32 | start | 
Returns
| Type | Description | 
|---|---|
| System.Int32 | 
Implements
See Also
ICU4N.Text.BreakIterator