Interface ILuceneConnection.Configuration
- All Known Implementing Classes:
- DefaultConfiguration
- Enclosing interface:
- ILuceneConnection
public static interface ILuceneConnection.Configuration
Provide configuration for the index writers used by implementations of this interface.
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionintintintlongThe max age of an IndexSearcher in seconds.longThe delay in seconds before attempting to prune IndexSearchers that have exceeded their max age.intintintintboolean
- 
Method Details- 
getInteractiveMergeFactorint getInteractiveMergeFactor()
- 
getInteractiveMaxMergeDocsint getInteractiveMaxMergeDocs()
- 
getInteractiveMaxBufferedDocsint getInteractiveMaxBufferedDocs()
- 
getBatchMergeFactorint getBatchMergeFactor()
- 
getBatchMaxMergeDocsint getBatchMaxMergeDocs()
- 
getBatchMaxBufferedDocsint getBatchMaxBufferedDocs()
- 
getMaxFieldLengthint getMaxFieldLength()
- 
isCompoundIndexFileFormatboolean isCompoundIndexFileFormat()
- 
getIndexSearcherMaxAgelong getIndexSearcherMaxAge()The max age of an IndexSearcher in seconds.IndexSearchers that are older than this are eligible for pruning by a scheduled job so that it's resources are reclaimed. - Returns:
- max age of an IndexSearcher in seconds.
 
- 
getIndexSearcherPruneDelaylong getIndexSearcherPruneDelay()The delay in seconds before attempting to prune IndexSearchers that have exceeded their max age.- Returns:
- delay in seconds
 
 
-