Show / Hide Table of Contents

    Class FCInvisibleMultiReader

    This is a that can be used for randomly wrapping other readers without creating insanity. The trick is to use an opaque/fake cache key.

    Inheritance
    System.Object
    FCInvisibleMultiReader
    Namespace: Lucene.Net.Search
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class FCInvisibleMultiReader : MultiReader

    Constructors

    | Improve this Doc View Source

    FCInvisibleMultiReader(IndexReader[])

    Declaration
    public FCInvisibleMultiReader(params IndexReader[] readers)
    Parameters
    Type Name Description
    IndexReader[] readers

    Properties

    | Improve this Doc View Source

    CombinedCoreAndDeletesKey

    Declaration
    public override object CombinedCoreAndDeletesKey { get; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    CoreCacheKey

    Declaration
    public override object CoreCacheKey { get; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)