Interface LuceneEndpointBuilderFactory.LuceneBuilders

    • Method Detail

      • lucene

        default LuceneEndpointBuilderFactory.LuceneEndpointBuilder lucene​(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:
        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 name
        path - host:operation
        Returns:
        the dsl builder