Uses of Class
org.apache.camel.component.lucene.LuceneConfiguration

Packages that use LuceneConfiguration
org.apache.camel.component.lucene   
 

Uses of LuceneConfiguration in org.apache.camel.component.lucene
 

Methods in org.apache.camel.component.lucene that return LuceneConfiguration
 LuceneConfiguration LuceneIndexProducer.getConfig()
           
 LuceneConfiguration LuceneQueryProducer.getConfig()
           
 LuceneConfiguration LuceneEndpoint.getConfig()
           
 

Methods in org.apache.camel.component.lucene with parameters of type LuceneConfiguration
 void LuceneIndexProducer.setConfig(LuceneConfiguration config)
           
 void LuceneQueryProducer.setConfig(LuceneConfiguration config)
           
 void LuceneEndpoint.setConfig(LuceneConfiguration config)
           
 

Constructors in org.apache.camel.component.lucene with parameters of type LuceneConfiguration
LuceneEndpoint(String endpointUri, LuceneComponent component, LuceneConfiguration config)
           
LuceneIndexProducer(org.apache.camel.Endpoint endpoint, LuceneConfiguration config, LuceneIndexer indexer)
           
LuceneQueryProducer(org.apache.camel.Endpoint endpoint, LuceneConfiguration config)
           
 



Apache Camel