Lucene Queries
These queries are converted to Lucene query language by LuceneQueryProducer.
These queries support simple and command query types.
Lucene specific features for special use cases are as follows:
Command Query Parameters
Parameter
Definition
analyzerName
Fully qualified name of the analyzer to use (e.g. org.apache.lucene.analysis.standard.StandardAnalyzer)
Order Field Parameters
Parameter
Definition
fieldType
Type of field to be sorted (DOUBLE, INT, LONG, FLOAT, STRING, DOC, STRING_VAL)
Last updated