Package com.atlassian.jira.index
Interface Configuration
- All Known Implementing Classes:
DefaultConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.4 for removal. No replacement for this interface.
The configuration for a particular index and how it should be written.
- Since:
- v4.0
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.analysis.AnalyzerDeprecated, for removal: This API element is subject to removal in a future version.org.apache.lucene.store.DirectoryDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getDirectory
@Nonnull org.apache.lucene.store.Directory getDirectory()Deprecated, for removal: This API element is subject to removal in a future version. -
getAnalyzer
@Nonnull org.apache.lucene.analysis.Analyzer getAnalyzer()Deprecated, for removal: This API element is subject to removal in a future version. -
getWriterSettings
Deprecated, for removal: This API element is subject to removal in a future version.
-