Uses of Interface
org.apache.lucene.search.RefreshCommitSupplier
Packages that use RefreshCommitSupplier
-
Uses of RefreshCommitSupplier in org.apache.lucene.search
Constructors in org.apache.lucene.search with parameters of type RefreshCommitSupplierModifierConstructorDescriptionSearcherManager(DirectoryReader reader, SearcherFactory searcherFactory, RefreshCommitSupplier refreshCommitSupplier) Creates and returns a new SearcherManager from an existingDirectoryReader.SearcherManager(IndexWriter writer, boolean applyAllDeletes, boolean writeAllDeletes, SearcherFactory searcherFactory, RefreshCommitSupplier refreshCommitSupplier) Expert: creates and returns a new SearcherManager from the givenIndexWriter, controlling whether past deletions should be applied.