Show / Hide Table of Contents

    Class FieldFragList.WeightedFragInfo

    List of term offsets + weight for a frag info

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

    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
    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
    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
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)