Interface Configuration

All Known Implementing Classes:
DefaultConfiguration

@Deprecated(since="10.4", forRemoval=true) @Immutable public interface Configuration
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 Type
    Method
    Description
    org.apache.lucene.analysis.Analyzer
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    org.apache.lucene.store.Directory
    Deprecated, 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.