Package com.atlassian.jira.config.util
Interface IndexWriterConfiguration
- All Known Implementing Classes:
IndexWriterConfiguration.PropertiesAdaptor
public interface IndexWriterConfiguration
Controls how the Lucene IndexWriter will be set up.
- Since:
- v4.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic classstatic class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
RAM_BUFFER_SIZE_MB
static final int RAM_BUFFER_SIZE_MB- See Also:
-
-
Method Details
-
getInteractiveSettings
IndexWriterConfiguration.WriterSettings getInteractiveSettings() -
getBatchSettings
IndexWriterConfiguration.WriterSettings getBatchSettings()
-