Show / Hide Table of Contents

    Class SimpleMergedSegmentWarmer

    A very simple merged segment warmer that just ensures data structures are initialized.

    Inheritance
    System.Object
    IndexWriter.IndexReaderWarmer
    SimpleMergedSegmentWarmer
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.dll
    Syntax
    public class SimpleMergedSegmentWarmer : IndexWriter.IndexReaderWarmer

    Constructors

    | Improve this Doc View Source

    SimpleMergedSegmentWarmer(InfoStream)

    Creates a new SimpleMergedSegmentWarmer

    Declaration
    public SimpleMergedSegmentWarmer(InfoStream infoStream)
    Parameters
    Type Name Description
    InfoStream infoStream

    InfoStream to log statistics about warming.

    Methods

    | Improve this Doc View Source

    Warm(AtomicReader)

    Declaration
    public override void Warm(AtomicReader reader)
    Parameters
    Type Name Description
    AtomicReader reader
    Overrides
    IndexWriter.IndexReaderWarmer.Warm(AtomicReader)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)