com.atlassian.bamboo.index
Interface LuceneConnection

All Superinterfaces:
com.atlassian.bonnie.ILuceneConnection
All Known Implementing Classes:
LuceneConnectionImpl

public interface LuceneConnection
extends com.atlassian.bonnie.ILuceneConnection

Bamboo's specialisation of the standard Lucene connection interface


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.bonnie.ILuceneConnection
com.atlassian.bonnie.ILuceneConnection.BatchUpdateAction, com.atlassian.bonnie.ILuceneConnection.Configuration, com.atlassian.bonnie.ILuceneConnection.ReaderAction, com.atlassian.bonnie.ILuceneConnection.SearcherAction, com.atlassian.bonnie.ILuceneConnection.WriterAction
 
Field Summary
 
Fields inherited from interface com.atlassian.bonnie.ILuceneConnection
DEFAULT_CONFIGURATION
 
Method Summary
 void closeQuietly(org.apache.lucene.search.Searcher searcher)
           
 
Methods inherited from interface com.atlassian.bonnie.ILuceneConnection
close, getNumDocs, isIndexCreated, leakSearcher, optimize, recreateIndexDirectory, withBatchUpdate, withDeleteAndWrites, withReader, withReaderAndDeletes, withSearch, withWriter
 

Method Detail

closeQuietly

void closeQuietly(org.apache.lucene.search.Searcher searcher)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.