Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FieldFragList.WeightedFragInfo.SubInfo

    Represents the list of term offsets for some text

    Inheritance
    System.Object
    FieldFragList.WeightedFragInfo.SubInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lucene.Net.Search.VectorHighlight
    Assembly: Lucene.Net.Highlighter.dll
    Syntax
    public class SubInfo

    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
    System.Collections.Generic.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
    System.Collections.Generic.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
    Overrides
    System.Object.ToString()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 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.