Class and Description |
---|
BackendQueueProcessor
Interface for different types of queue processors.
|
DeleteByQueryLuceneWork
Representation of deleteByQuery(...) from Lucene.
|
Class and Description |
---|
BackendQueueProcessor
Interface for different types of queue processors.
|
DeletionQuery
interface for Serializable Queries that can be used to delete from an index.
|
LuceneIndexingParameters.ParameterSet |
SingularTermDeletionQuery
DeleteByQuery equivalent to
TermQuery |
SingularTermDeletionQuery.Type |
Work
A unit of work.
|
WorkType
Enumeration of the different types of Lucene work.
|
Class and Description |
---|
DeletionQuery
interface for Serializable Queries that can be used to delete from an index.
|
Class and Description |
---|
LuceneIndexingParameters
Wrapper class around the Lucene indexing parameters defined in IndexWriterSetting.
|
Class and Description |
---|
BatchBackend
Implementations of this interface are not drop-in replacements for the standard BackendQueueProcessor,
but are meant to be used only during batch processing.
|
OperationDispatcher
A helper to dispatch a list of works to the appropriate index managers
(initializing them as necessary),
executing the
IndexManager.performOperations(List, org.hibernate.search.backend.IndexingMonitor)
or IndexManager.performStreamOperation(LuceneWork, IndexingMonitor, boolean)
method. |
Work
A unit of work.
|
Worker
Perform work for a given context (eg a transaction).
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.