Class LuceneEndpointBuilderFactory.LuceneHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.LuceneEndpointBuilderFactory.LuceneHeaderNameBuilder
- Enclosing interface:
- LuceneEndpointBuilderFactory
The builder of headers' name for the Lucene component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionqUERY()The Lucene Query to performed on the index.Set this header to true to include the actual Lucene documentation when returning hit information.
-
Constructor Details
-
LuceneHeaderNameBuilder
public LuceneHeaderNameBuilder()
-
-
Method Details
-
qUERY
The Lucene Query to performed on the index. The query may include wildcards and phrases. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
QUERY.
-
returnLuceneDocs
Set this header to true to include the actual Lucene documentation when returning hit information. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
RETURN_LUCENE_DOCS.
-