Interface | Description |
---|---|
ChangeIndexer |
Indexer for changes.
|
ConfluenceIndexer | |
ConfluenceSearchScope | Deprecated
in 5.9.
|
ConvertibleToJournalEntry |
A type that may be convertible to a
JournalEntry . |
HandleAware |
An interface that should be implemented by
IndexTask s that are intended to be persistent and whose work
depend on a persistent object - one which can be loaded by using the handle provided by an implementation of HandleAware.getHandle() . |
IndexerControl |
Allows clients to enable/disable indexing.
|
IndexFlushRequester |
This class is responsible for requesting scheduling index flushes.
|
IndexFlushRequester.Resumer | |
IndexFlushScheduler | Deprecated
since 5.10
|
IndexFlushScheduler.Resumer | |
IndexManager |
The entry point to the Indexing Subsystem.
|
IndexTask |
Indexing task.
|
IndexTaskPerformer |
Responsible for performing an
IndexTask . |
IndexTaskQueue<T extends IndexTask> |
Confluence queues all of its index requests and then executes them in bulk.
|
Class | Description |
---|---|
DefaultSearchResultResultRenderer |
Loaded as a spring bean and is the default renderer that
DelegatedSearchResultRenderer falls back on when no other renderer can be found.
|
DelegatedSearchResultRenderer |
The class includes the logic to loop through the available search result renderers
and pick on that can render the result and use it to render.
|
FeatureKeys |
Dark feature keys.
|
LexicographicUtils |
A utility class for converting non-string values into string values with a
lexicographic order that preserves the orginal order of the values.
|
QueuingChangeIndexer | |
ReIndexTask | |
SearchResultRenderContext |
Render context for search results.
|
SearchResultRendererCache |
The class caches the list of search result renderers installed in the system.
|
SearchResultRendererCacheUpdater |
The class listens for plugin changes and notifies the search result renderer
cache of any changes made to plugins.
|
SpacePickerHelper | |
SpacePickerHelper.SpaceDTO | |
ThreadLocalIndexerControl |
Allows the enabling and disabling of indexing for the current executing thread.
|
Enum | Description |
---|---|
IndexManager.IndexQueueFlushMode |
Enum indicating the mode in which to flush the queue.
|
ReIndexOption | |
SearchLanguage |
Copyright © 2003–2020 Atlassian. All rights reserved.