Show / Hide Table of Contents

    Class BreakIteratorBoundaryScanner

    A IBoundaryScanner implementation that uses to find boundaries in the text.

    Inheritance
    System.Object
    BreakIteratorBoundaryScanner
    Implements
    IBoundaryScanner
    Namespace: Lucene.Net.Search.VectorHighlight
    Assembly: Lucene.Net.ICU.dll
    Syntax
    public class BreakIteratorBoundaryScanner : object, IBoundaryScanner

    Constructors

    | Improve this Doc View Source

    BreakIteratorBoundaryScanner(BreakIterator)

    Declaration
    public BreakIteratorBoundaryScanner(BreakIterator bi)
    Parameters
    Type Name Description
    BreakIterator bi

    Methods

    | Improve this Doc View Source

    FindEndOffset(StringBuilder, Int32)

    Declaration
    public virtual int FindEndOffset(StringBuilder buffer, int start)
    Parameters
    Type Name Description
    StringBuilder buffer
    System.Int32 start
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    FindStartOffset(StringBuilder, Int32)

    Declaration
    public virtual int FindStartOffset(StringBuilder buffer, int start)
    Parameters
    Type Name Description
    StringBuilder buffer
    System.Int32 start
    Returns
    Type Description
    System.Int32

    Implements

    IBoundaryScanner
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)