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.


Method Summary
 int getBatchMaxBufferedDocs()
           
 int getBatchMaxMergeDocs()
           
 int getBatchMergeFactor()
           
 int getInteractiveMaxBufferedDocs()
           
 int getInteractiveMaxMergeDocs()
           
 int getInteractiveMergeFactor()
           
 int getMaxFieldLength()
           
 boolean isCompoundIndexFileFormat()
           
 

Method Detail

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.