Interface LuceneEndpointBuilderFactory.LuceneBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
LuceneEndpointBuilderFactory
public static interface LuceneEndpointBuilderFactory.LuceneBuilders
-
Method Summary
Modifier and TypeMethodDescriptionlucene()
Lucene (camel-lucene) Perform inserts or queries against Apache Lucene databases.Lucene (camel-lucene) Perform inserts or queries against Apache Lucene databases.Lucene (camel-lucene) Perform inserts or queries against Apache Lucene databases.
-
Method Details
-
lucene
Lucene (camel-lucene) Perform inserts or queries against Apache Lucene databases. Category: database,search Since: 2.2 Maven coordinates: org.apache.camel:camel-lucene- Returns:
- the dsl builder for the headers' name.
-
lucene
Lucene (camel-lucene) Perform inserts or queries against Apache Lucene databases. Category: database,search Since: 2.2 Maven coordinates: org.apache.camel:camel-lucene Syntax:lucene:host:operation
Path parameter: host (required) The URL to the lucene server Path parameter: operation (required) Operation to do such as insert or query. There are 2 enums and the value can be one of: insert, query- Parameters:
path
- host:operation- Returns:
- the dsl builder
-
lucene
default LuceneEndpointBuilderFactory.LuceneEndpointBuilder lucene(String componentName, String path) Lucene (camel-lucene) Perform inserts or queries against Apache Lucene databases. Category: database,search Since: 2.2 Maven coordinates: org.apache.camel:camel-lucene Syntax:lucene:host:operation
Path parameter: host (required) The URL to the lucene server Path parameter: operation (required) Operation to do such as insert or query. There are 2 enums and the value can be one of: insert, query- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- host:operation- Returns:
- the dsl builder
-