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
static class IndexWriterConfiguration.Default
           
static class IndexWriterConfiguration.PropertiesAdaptor
           
static class IndexWriterConfiguration.WriterSettings
           
 
Method Summary
 IndexWriterConfiguration.WriterSettings getBatchSettings()
           
 IndexWriterConfiguration.WriterSettings getInteractiveSettings()
           
 

Method Detail

getInteractiveSettings

IndexWriterConfiguration.WriterSettings getInteractiveSettings()

getBatchSettings

IndexWriterConfiguration.WriterSettings getBatchSettings()


Copyright © 2002-2013 Atlassian. All Rights Reserved.