Uses of Class
org.apache.lucene.search.SearcherFactory
Packages that use SearcherFactory
Package
Description
Taxonomy of Categories.
Monitoring framework
Code to search indices.
-
Uses of SearcherFactory in org.apache.lucene.facet.taxonomy
Fields in org.apache.lucene.facet.taxonomy declared as SearcherFactoryModifier and TypeFieldDescriptionprivate final SearcherFactory
SearcherTaxonomyManager.searcherFactory
Constructors in org.apache.lucene.facet.taxonomy with parameters of type SearcherFactoryModifierConstructorDescriptionSearcherTaxonomyManager
(IndexReader reader, DirectoryTaxonomyReader taxoReader, SearcherFactory searcherFactory) Creates this from already openedIndexReader
andDirectoryTaxonomyReader
instances.SearcherTaxonomyManager
(IndexWriter writer, boolean applyAllDeletes, SearcherFactory searcherFactory, DirectoryTaxonomyWriter taxoWriter) Expert: creates near-real-time searcher and taxonomy reader from the corresponding writers, controlling whether deletes should be applied.SearcherTaxonomyManager
(IndexWriter writer, SearcherFactory searcherFactory, DirectoryTaxonomyWriter taxoWriter) Creates near-real-time searcher and taxonomy reader from the corresponding writers.SearcherTaxonomyManager
(Directory indexDir, Directory taxoDir, SearcherFactory searcherFactory) Creates search and taxonomy readers over the corresponding directories. -
Uses of SearcherFactory in org.apache.lucene.monitor
Subclasses of SearcherFactory in org.apache.lucene.monitor -
Uses of SearcherFactory in org.apache.lucene.search
Fields in org.apache.lucene.search declared as SearcherFactoryMethods in org.apache.lucene.search with parameters of type SearcherFactoryModifier and TypeMethodDescriptionstatic IndexSearcher
SearcherManager.getSearcher
(SearcherFactory searcherFactory, IndexReader reader, IndexReader previousReader) Expert: creates a searcher from the providedIndexReader
using the providedSearcherFactory
.Constructors in org.apache.lucene.search with parameters of type SearcherFactoryModifierConstructorDescriptionSearcherManager
(DirectoryReader reader, SearcherFactory searcherFactory) Creates and returns a new SearcherManager from an existingDirectoryReader
.SearcherManager
(IndexWriter writer, boolean applyAllDeletes, boolean writeAllDeletes, SearcherFactory searcherFactory) Expert: creates and returns a new SearcherManager from the givenIndexWriter
, controlling whether past deletions should be applied.SearcherManager
(IndexWriter writer, SearcherFactory searcherFactory) Creates and returns a new SearcherManager from the givenIndexWriter
.SearcherManager
(Directory dir, SearcherFactory searcherFactory) Creates and returns a new SearcherManager from the givenDirectory
.