com.atlassian.jira.issue.index
Class LuceneConnectionFactoryImpl

java.lang.Object
  extended by com.atlassian.jira.issue.index.LuceneConnectionFactoryImpl
All Implemented Interfaces:
LuceneConnectionFactory

 class LuceneConnectionFactoryImpl
extends Object
implements LuceneConnectionFactory


Constructor Summary
LuceneConnectionFactoryImpl(ApplicationProperties properties)
           
LuceneConnectionFactoryImpl(com.atlassian.bonnie.ILuceneConnection.Configuration config)
           
 
Method Summary
 com.atlassian.bonnie.ILuceneConnection createLuceneConnection(String path, boolean recreateIndexes, org.apache.lucene.analysis.Analyzer analyzer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuceneConnectionFactoryImpl

public LuceneConnectionFactoryImpl(ApplicationProperties properties)

LuceneConnectionFactoryImpl

LuceneConnectionFactoryImpl(com.atlassian.bonnie.ILuceneConnection.Configuration config)
Method Detail

createLuceneConnection

public com.atlassian.bonnie.ILuceneConnection createLuceneConnection(String path,
                                                                     boolean recreateIndexes,
                                                                     org.apache.lucene.analysis.Analyzer analyzer)
                                                              throws Exception
Specified by:
createLuceneConnection in interface LuceneConnectionFactory
Throws:
Exception


Copyright © 2002-2007 Atlassian. All Rights Reserved.