Java org.apache.lucene.index ReaderManager fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.index ReaderManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.index ReaderManager.

The text is from its open source code.

Implementation

org.apache.lucene.index.ReaderManager has the following implementations.
Click this link to see all its implementation.

Constructor

ReaderManager(IndexWriter writer)
Creates and returns a new ReaderManager from the given IndexWriter .
ReaderManager(Directory dir)
Creates and returns a new ReaderManager from the given Directory .
ReaderManager(DirectoryReader reader)
Creates and returns a new ReaderManager from the given already-opened DirectoryReader , stealing the incoming reference.
ReaderManager(IndexWriter writer, boolean applyAllDeletes, boolean writeAllDeletes)
Expert: creates and returns a new ReaderManager from the given IndexWriter , controlling whether past deletions should be applied.