Show / Hide Table of Contents

    Interface IBoundaryScanner

    Finds fragment boundaries: pluggable into BaseFragmentsBuilder

    Namespace: Lucene.Net.Search.VectorHighlight
    Assembly: Lucene.Net.Highlighter.dll
    Syntax
    public interface IBoundaryScanner

    Methods

    | Improve this Doc View Source

    FindEndOffset(StringBuilder, Int32)

    Scan forward to find start offset.

    Declaration
    int FindEndOffset(StringBuilder buffer, int start)
    Parameters
    Type Name Description
    StringBuilder buffer

    scanned object

    System.Int32 start

    start offset to begin

    Returns
    Type Description
    System.Int32

    the found end offset

    | Improve this Doc View Source

    FindStartOffset(StringBuilder, Int32)

    Scan backward to find end offset.

    Declaration
    int FindStartOffset(StringBuilder buffer, int start)
    Parameters
    Type Name Description
    StringBuilder buffer

    scanned object

    System.Int32 start

    offset to begin

    Returns
    Type Description
    System.Int32

    the found start offset

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