Show / Hide Table of Contents

    Class FixedBitSetCachingWrapperFilter

    A that caches sets using a , as required for joins.

    Inheritance
    System.Object
    FixedBitSetCachingWrapperFilter
    Namespace: Lucene.Net.Join
    Assembly: Lucene.Net.Join.dll
    Syntax
    public sealed class FixedBitSetCachingWrapperFilter : CachingWrapperFilter

    Constructors

    | Improve this Doc View Source

    FixedBitSetCachingWrapperFilter(Filter)

    Sole constructor, see .

    Declaration
    public FixedBitSetCachingWrapperFilter(Filter filter)
    Parameters
    Type Name Description
    Filter filter

    Methods

    | Improve this Doc View Source

    DocIdSetToCache(DocIdSet, AtomicReader)

    Declaration
    protected override DocIdSet DocIdSetToCache(DocIdSet docIdSet, AtomicReader reader)
    Parameters
    Type Name Description
    DocIdSet docIdSet
    AtomicReader reader
    Returns
    Type Description
    DocIdSet
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)