| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static LuceneComponentBuilderFactory.LuceneComponentBuilder |
ComponentsBuilderFactory.lucene()
Lucene (camel-lucene)
To insert or query from Apache Lucene databases.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LuceneComponentBuilderFactory.LuceneComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default LuceneComponentBuilderFactory.LuceneComponentBuilder |
LuceneComponentBuilderFactory.LuceneComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default LuceneComponentBuilderFactory.LuceneComponentBuilder |
LuceneComponentBuilderFactory.LuceneComponentBuilder.config(org.apache.camel.component.lucene.LuceneConfiguration config)
To use a shared lucene configuration.
|
default LuceneComponentBuilderFactory.LuceneComponentBuilder |
LuceneComponentBuilderFactory.LuceneComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static LuceneComponentBuilderFactory.LuceneComponentBuilder |
LuceneComponentBuilderFactory.lucene()
Lucene (camel-lucene)
To insert or query from Apache Lucene databases.
|
Apache Camel