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
    Namespace: Lucene.Net.Search.Highlight
    Assembly: Lucene.Net.Highlighter.dll
    Syntax
    public class PositionSpan : object

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