Show / Hide Table of Contents

    Class MultiDocsEnum.EnumWithSlice

    Holds a DocsEnum along with the corresponding ReaderSlice.

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

    Properties

    | Improve this Doc View Source

    DocsEnum

    DocsEnum of this sub-reader.

    Declaration
    public DocsEnum DocsEnum { get; }
    Property Value
    Type Description
    DocsEnum
    | 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)