Package | Description |
---|---|
org.apache.camel.component.lucene |
Modifier and Type | Method and Description |
---|---|
LuceneConfiguration |
LuceneComponent.getConfig() |
LuceneConfiguration |
LuceneIndexProducer.getConfig() |
LuceneConfiguration |
LuceneQueryProducer.getConfig() |
LuceneConfiguration |
LuceneEndpoint.getConfig() |
Modifier and Type | Method and Description |
---|---|
void |
LuceneComponent.setConfig(LuceneConfiguration config)
To use a shared lucene configuration
|
void |
LuceneIndexProducer.setConfig(LuceneConfiguration config) |
void |
LuceneQueryProducer.setConfig(LuceneConfiguration config) |
void |
LuceneEndpoint.setConfig(LuceneConfiguration config) |
Constructor and Description |
---|
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