Show / Hide Table of Contents

    Class PositionSpan

    Utility class to record Positions Spans

    This is a Lucene.NET INTERNAL API, use at your own risk
    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 © 2019 Licensed to the Apache Software Foundation (ASF)