Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FieldFragList.WeightedFragInfo

    List of term offsets + weight for a frag info

    Inheritance
    System.Object
    FieldFragList.WeightedFragInfo
    Implements
    System.IFormattable
    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 WeightedFragInfo : IFormattable

    Constructors

    | Improve this Doc View Source

    WeightedFragInfo(Int32, Int32, IList<FieldFragList.WeightedFragInfo.SubInfo>, Single)

    Declaration
    public WeightedFragInfo(int startOffset, int endOffset, IList<FieldFragList.WeightedFragInfo.SubInfo> subInfos, float totalBoost)
    Parameters
    Type Name Description
    System.Int32 startOffset
    System.Int32 endOffset
    System.Collections.Generic.IList<FieldFragList.WeightedFragInfo.SubInfo> subInfos
    System.Single totalBoost

    Properties

    | Improve this Doc View Source

    EndOffset

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

    StartOffset

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

    SubInfos

    Declaration
    public IList<FieldFragList.WeightedFragInfo.SubInfo> SubInfos { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<FieldFragList.WeightedFragInfo.SubInfo>
    | Improve this Doc View Source

    TotalBoost

    Declaration
    public float TotalBoost { get; }
    Property Value
    Type Description
    System.Single

    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

    ToString(IFormatProvider)

    Declaration
    public virtual string ToString(IFormatProvider provider)
    Parameters
    Type Name Description
    System.IFormatProvider provider
    Returns
    Type Description
    System.String

    Explicit Interface Implementations

    | Improve this Doc View Source

    IFormattable.ToString(String, IFormatProvider)

    Declaration
    string IFormattable.ToString(string format, IFormatProvider provider)
    Parameters
    Type Name Description
    System.String format
    System.IFormatProvider provider
    Returns
    Type Description
    System.String

    Implements

    System.IFormattable
    • 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.