Show / Hide Table of Contents

    Class SimpleFragListBuilder

    A simple implementation of IFragListBuilder.

    Inheritance
    System.Object
    BaseFragListBuilder
    SimpleFragListBuilder
    Implements
    IFragListBuilder
    Inherited Members
    BaseFragListBuilder.MARGIN_DEFAULT
    BaseFragListBuilder.MIN_FRAG_CHAR_SIZE_FACTOR
    BaseFragListBuilder.CreateFieldFragList(FieldPhraseList, FieldFragList, Int32)
    BaseFragListBuilder.AcceptPhrase(FieldPhraseList.WeightedPhraseInfo, Int32, Int32)
    Namespace: Lucene.Net.Search.VectorHighlight
    Assembly: Lucene.Net.Highlighter.dll
    Syntax
    public class SimpleFragListBuilder : BaseFragListBuilder, IFragListBuilder

    Constructors

    | Improve this Doc View Source

    SimpleFragListBuilder()

    Declaration
    public SimpleFragListBuilder()
    | Improve this Doc View Source

    SimpleFragListBuilder(Int32)

    Declaration
    public SimpleFragListBuilder(int margin)
    Parameters
    Type Name Description
    System.Int32 margin

    Methods

    | Improve this Doc View Source

    CreateFieldFragList(FieldPhraseList, Int32)

    CreateFieldFragList(FieldPhraseList, Int32)
    Declaration
    public override FieldFragList CreateFieldFragList(FieldPhraseList fieldPhraseList, int fragCharSize)
    Parameters
    Type Name Description
    FieldPhraseList fieldPhraseList
    System.Int32 fragCharSize
    Returns
    Type Description
    FieldFragList
    Overrides
    BaseFragListBuilder.CreateFieldFragList(FieldPhraseList, Int32)

    Implements

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