Package com.atlassian.jira.index
Interface Configuration
- All Known Implementing Classes:
DefaultConfiguration
@Internal
@Immutable
public interface Configuration
Platform-specific interface intended for the Lucene search platform only.
The configuration for a particular index and how it should be written.
Jira Search exposes a common API backed by multiple search engines. This interface
bypasses that abstraction and couples callers to Lucene internals.
Using this interface when the runtime search platform is not Lucene (e.g. OpenSearch)
may produce incorrect results or failures.
Internal use only.
- Since:
- v4.0
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.analysis.Analyzerorg.apache.lucene.store.Directory
-
Method Details
-
getDirectory
@Nonnull org.apache.lucene.store.Directory getDirectory() -
getAnalyzer
@Nonnull org.apache.lucene.analysis.Analyzer getAnalyzer() -
getWriterSettings
-