com.atlassian.bamboo.index
Class LuceneConnectionImpl

java.lang.Object
  extended by com.atlassian.bonnie.LuceneConnection
      extended by com.atlassian.bamboo.index.LuceneConnectionImpl
All Implemented Interfaces:
LuceneConnection, com.atlassian.bonnie.ILuceneConnection

public class LuceneConnectionImpl
extends com.atlassian.bonnie.LuceneConnection
implements LuceneConnection


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.SearcherWithTokenAction<T>, com.atlassian.bonnie.ILuceneConnection.WriterAction
 
Field Summary
 
Fields inherited from interface com.atlassian.bonnie.ILuceneConnection
DEFAULT_CONFIGURATION
 
Constructor Summary
LuceneConnectionImpl(BootstrapManager bootstrapManager, java.lang.String subDirectory)
           
LuceneConnectionImpl(org.apache.lucene.store.Directory path)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.atlassian.bonnie.LuceneConnection
close, closeWriter, getNumDocs, optimize, truncateIndex, withBatchUpdate, withReader, withSearch, withSearcher, withSearcher, withWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.bonnie.ILuceneConnection
close, closeWriter, getNumDocs, optimize, truncateIndex, withBatchUpdate, withReader, withSearch, withSearcher, withSearcher, withWriter
 

Constructor Detail

LuceneConnectionImpl

public LuceneConnectionImpl(BootstrapManager bootstrapManager,
                            java.lang.String subDirectory)

LuceneConnectionImpl

public LuceneConnectionImpl(org.apache.lucene.store.Directory path)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.