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