Show / Hide Table of Contents

    Class MultiDocsAndPositionsEnum.EnumWithSlice

    Holds a DocsAndPositionsEnum along with the corresponding ReaderSlice.

    Inheritance
    System.Object
    MultiDocsAndPositionsEnum.EnumWithSlice
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.dll
    Syntax
    public sealed class EnumWithSlice : object

    Properties

    | Improve this Doc View Source

    DocsAndPositionsEnum

    DocsAndPositionsEnum for this sub-reader.

    Declaration
    public DocsAndPositionsEnum DocsAndPositionsEnum { get; }
    Property Value
    Type Description
    DocsAndPositionsEnum
    | Improve this Doc View Source

    Slice

    ReaderSlice describing how this sub-reader fits into the composite reader.

    Declaration
    public ReaderSlice Slice { get; }
    Property Value
    Type Description
    ReaderSlice

    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)