com.atlassian.bonnie
Interface ILuceneConnection.Configuration
- Enclosing interface:
- ILuceneConnection
- public static interface ILuceneConnection.Configuration
Provide defaults for a Lucene IndexWriter. This is an alternative to the
FLAGS passed to the
LuceneConnection#configureWriter(IndexWriter, int) method.
getInteractiveMergeFactor
public int getInteractiveMergeFactor()
getInteractiveMaxMergeDocs
public int getInteractiveMaxMergeDocs()
getInteractiveMaxBufferedDocs
public int getInteractiveMaxBufferedDocs()
getBatchMergeFactor
public int getBatchMergeFactor()
getBatchMaxMergeDocs
public int getBatchMaxMergeDocs()
getBatchMaxBufferedDocs
public int getBatchMaxBufferedDocs()
getMaxFieldLength
public int getMaxFieldLength()
isCompoundIndexFileFormat
public boolean isCompoundIndexFileFormat()
Copyright © 2006-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.