Show / Hide Table of Contents

    Class FieldFragList.WeightedFragInfo.SubInfo

    Represents the list of term offsets for some text

    Inheritance
    System.Object
    FieldFragList.WeightedFragInfo.SubInfo
    Namespace: Lucene.Net.Search.VectorHighlight
    Assembly: Lucene.Net.Highlighter.dll
    Syntax
    public class SubInfo : object

    Constructors

    | Improve this Doc View Source

    SubInfo(String, IList<FieldPhraseList.WeightedPhraseInfo.Toffs>, Int32, Single)

    Declaration
    public SubInfo(string text, IList<FieldPhraseList.WeightedPhraseInfo.Toffs> termsOffsets, int seqnum, float boost)
    Parameters
    Type Name Description
    System.String text
    IList<FieldPhraseList.WeightedPhraseInfo.Toffs> termsOffsets
    System.Int32 seqnum
    System.Single boost

    Properties

    | Improve this Doc View Source

    Boost

    Declaration
    public virtual float Boost { get; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Seqnum

    Declaration
    public virtual int Seqnum { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TermsOffsets

    Declaration
    public virtual IList<FieldPhraseList.WeightedPhraseInfo.Toffs> TermsOffsets { get; }
    Property Value
    Type Description
    IList<FieldPhraseList.WeightedPhraseInfo.Toffs>
    | Improve this Doc View Source

    Text

    Declaration
    public virtual string Text { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)