Java org.apache.lucene.search SearcherManager fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search SearcherManager fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

SearcherManager(IndexWriter writer, SearcherFactory searcherFactory)
Creates and returns a new SearcherManager from the given IndexWriter .
SearcherManager(Directory dir, SearcherFactory searcherFactory)
Creates and returns a new SearcherManager from the given Directory .
SearcherManager(DirectoryReader reader, SearcherFactory searcherFactory)
Creates and returns a new SearcherManager from an existing DirectoryReader .
SearcherManager(IndexWriter writer, boolean applyAllDeletes, boolean writeAllDeletes, SearcherFactory searcherFactory)
Expert: creates and returns a new SearcherManager from the given IndexWriter , controlling whether past deletions should be applied.