Class LuceneEndpointBuilderFactory.LuceneHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.LuceneEndpointBuilderFactory.LuceneHeaderNameBuilder
-
- Enclosing interface:
- LuceneEndpointBuilderFactory
public static class LuceneEndpointBuilderFactory.LuceneHeaderNameBuilder extends Object
The builder of headers' name for the Lucene component.
-
-
Constructor Summary
Constructors Constructor Description LuceneHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringqUERY()The Lucene Query to performed on the index.StringreturnLuceneDocs()Set this header to true to include the actual Lucene documentation when returning hit information.
-
-
-
Method Detail
-
qUERY
public String 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
public String 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.
-
-