Show / Hide Table of Contents

    Interface IFragListBuilder

    IFragListBuilder is an interface for FieldFragList builder classes. A IFragListBuilder class can be plugged in to Highlighter.

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

    Methods

    | Improve this Doc View Source

    CreateFieldFragList(FieldPhraseList, Int32)

    create a FieldFragList.

    Declaration
    FieldFragList CreateFieldFragList(FieldPhraseList fieldPhraseList, int fragCharSize)
    Parameters
    Type Name Description
    FieldPhraseList fieldPhraseList

    FieldPhraseList object

    System.Int32 fragCharSize

    the length (number of chars) of a fragment

    Returns
    Type Description
    FieldFragList

    the created FieldFragList object

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