Fork me on GitHub
  • API

    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

    CreateFieldFragList(FieldPhraseList, int)

    create a FieldFragList.

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

    FieldPhraseList object

    int fragCharSize

    the length (number of chars) of a fragment

    Returns
    Type Description
    FieldFragList

    the created FieldFragList object

    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.