Package com.atlassian.confluence.search.v2.lucene
This package is kept for compatibility purpose. All Lucene-backed implementation of the
SearchManager
have been moved to the internal package.
Package Specification
Mapping between Searches and their Lucene-specific implementations are handled through the various Registry
classes. These in turn are backed by the
com.atlassian.confluence.search.v2.lucene.PluggableLuceneSearchMapperRegistry
, which delegates the mapping
to plugin modules.
- Since:
- 2.8
- See Also:
com.atlassian.confluence.search.v2
-
Class Summary Class Description LuceneUtils Utilities for Lucene-related functionality in applications. -
Enum Summary Enum Description LuceneUtils.Resolution Specifies the time granularity.SearchIndex Represents the index which is going to be searched.