Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FieldPhraseList.WeightedPhraseInfo.Toffs

    Term offsets (start + end)

    Inheritance
    System.Object
    FieldPhraseList.WeightedPhraseInfo.Toffs
    Implements
    System.IComparable<FieldPhraseList.WeightedPhraseInfo.Toffs>
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    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 Toffs : IComparable<FieldPhraseList.WeightedPhraseInfo.Toffs>

    Constructors

    | Improve this Doc View Source

    Toffs(Int32, Int32)

    Declaration
    public Toffs(int startOffset, int endOffset)
    Parameters
    Type Name Description
    System.Int32 startOffset
    System.Int32 endOffset

    Properties

    | Improve this Doc View Source

    EndOffset

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

    StartOffset

    Declaration
    public virtual int StartOffset { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    CompareTo(FieldPhraseList.WeightedPhraseInfo.Toffs)

    Declaration
    public virtual int CompareTo(FieldPhraseList.WeightedPhraseInfo.Toffs other)
    Parameters
    Type Name Description
    FieldPhraseList.WeightedPhraseInfo.Toffs other
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Implements

    System.IComparable<T>
    • 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.