• API

    Show / Hide Table of Contents

    Class FieldFragList.WeightedFragInfo

    List of term offsets + weight for a frag info

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

    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
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)