Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class PositionSpan

    Utility class to record Positions Spans

    Note

    This API is for internal purposes only and might change in incompatible ways in the next release.

    Inheritance
    System.Object
    PositionSpan
    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)
    System.Object.ToString()
    Namespace: Lucene.Net.Search.Highlight
    Assembly: Lucene.Net.Highlighter.dll
    Syntax
    public class PositionSpan

    Constructors

    | Improve this Doc View Source

    PositionSpan(Int32, Int32)

    Declaration
    public PositionSpan(int start, int end)
    Parameters
    Type Name Description
    System.Int32 start
    System.Int32 end

    Properties

    | Improve this Doc View Source

    End

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

    Start

    Declaration
    public int Start { get; set; }
    Property Value
    Type Description
    System.Int32
    • 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.