The syntax for query strings is as follows (copied from the old QueryParser javadoc):
+) or a minus (-) sign, indicating that the clause is required or prohibited respectively; or +/- prefix to require any of a set of terms. Query ::= ( Clause ) Clause ::= ["+", "-"] [<TERM> ":"] ( <TERM> | "(" Query ")" ) Examples of appropriately formatted queries can be found in the query syntax documentation.
The text parser used by this helper is a {@link StandardSyntaxParser}.
The query node processor used by this helper is a {@link StandardQueryNodeProcessorPipeline}.
The builder used by this helper is a {@link StandardQueryTreeBuilder}.
@see StandardQueryParser @see StandardQueryConfigHandler @see StandardSyntaxParser @see StandardQueryNodeProcessorPipeline @see StandardQueryTreeBuilder | |
| |
| |