Show / Hide Table of Contents

    Class TestBloomFilteredLucene41Postings

    A class used for testing BloomFilteringPostingsFormat with a concrete delegate (Lucene41). Creates a Bloom filter on ALL fields and with tiny amounts of memory reserved for the filter. DO NOT USE IN A PRODUCTION APPLICATION! This is not a realistic application of Bloom Filters as they ordinarily are larger and operate on only primary key type fields.

    Inheritance
    System.Object
    TestBloomFilteredLucene41Postings
    Namespace: Lucene.Net.Codecs.Bloom
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class TestBloomFilteredLucene41Postings : PostingsFormat

    Constructors

    | Improve this Doc View Source

    TestBloomFilteredLucene41Postings()

    Declaration
    public TestBloomFilteredLucene41Postings()

    Methods

    | Improve this Doc View Source

    FieldsConsumer(SegmentWriteState)

    Declaration
    public override FieldsConsumer FieldsConsumer(SegmentWriteState state)
    Parameters
    Type Name Description
    SegmentWriteState state
    Returns
    Type Description
    FieldsConsumer
    | Improve this Doc View Source

    FieldsProducer(SegmentReadState)

    Declaration
    public override FieldsProducer FieldsProducer(SegmentReadState state)
    Parameters
    Type Name Description
    SegmentReadState state
    Returns
    Type Description
    FieldsProducer
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)