Skip navigation links

Package com.atlassian.confluence.search.v2.lucene

Provides a Lucene-backed implementation of the SearchManager.

See: Description

Package com.atlassian.confluence.search.v2.lucene Description

Provides a Lucene-backed implementation of the SearchManager. Configuration of the mappings between Search instances and Lucene queries are done through plugins. Client-code of the v2 search API should not have to refer to any code in this package or below.

Package Specification

Mapping between Searches and their Lucene-specific implementations are handled through the various Registry classes. These in turn are backed by the PluggableLuceneSearchMapperRegistry, which delegates the mapping to plugin modules.

Since:
2.8
See Also:
com.atlassian.confluence.search.v2
Skip navigation links

Copyright © 2003–2016 Atlassian. All rights reserved.