Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class SimpleFragListBuilder

    A simple implementation of IFragListBuilder.

    Inheritance
    object
    BaseFragListBuilder
    SimpleFragListBuilder
    Implements
    IFragListBuilder
    Inherited Members
    BaseFragListBuilder.MARGIN_DEFAULT
    BaseFragListBuilder.MIN_FRAG_CHAR_SIZE_FACTOR
    BaseFragListBuilder.CreateFieldFragList(FieldPhraseList, FieldFragList, int)
    BaseFragListBuilder.AcceptPhrase(FieldPhraseList.WeightedPhraseInfo, int, int)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Search.VectorHighlight
    Assembly: Lucene.Net.Highlighter.dll
    Syntax
    public class SimpleFragListBuilder : BaseFragListBuilder, IFragListBuilder

    Constructors

    SimpleFragListBuilder()

    A simple implementation of IFragListBuilder.

    Declaration
    public SimpleFragListBuilder()

    SimpleFragListBuilder(int)

    A simple implementation of IFragListBuilder.

    Declaration
    public SimpleFragListBuilder(int margin)
    Parameters
    Type Name Description
    int margin

    Methods

    CreateFieldFragList(FieldPhraseList, int)

    CreateFieldFragList(FieldPhraseList, int)

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

    Implements

    IFragListBuilder
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.