Class | Description |
---|---|
AbstractCommitPolicy |
Base class for
CommitPolicy |
AbstractWorkspaceImpl |
Lucene workspace for an IndexManager
|
Changeset |
A Changeset is a work to be applied to the index and its associated producer
|
ChangesetList |
Aggregator for
Changeset |
ExclusiveIndexWorkspaceImpl | |
IndexWriterDelegate |
Encapsulates various operations to be performed on a single IndexWriter.
|
LuceneBackendQueueProcessor |
This will actually contain the Workspace and LuceneWork visitor implementation,
reused per-DirectoryProvider.
|
LuceneBackendResources |
Collects all resources needed to apply changes to one index,
and are reused across several WorkQueues.
|
NRTCommitPolicy |
Commit policy for Near Real Time usage of a indexWriter.
|
NRTWorkspaceImpl |
A
Workspace implementation taking advantage of NRT Lucene features. |
PerChangeSetCommitPolicy |
Commit policy that will always commit on every changeset and when flush is called
|
ScheduledCommitPolicy |
Commit policy that will commit at a regular intervals defined by configuration or immediately on
explicit flush requests
|
SharedIndexCommitPolicy |
Commit policy for a shared index writer, that must be flushed (and closed) after each changeset
|
SharedIndexWorkspaceImpl |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved