org.apache.lucene.queryparser.flexible.precedence.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
Precedence Query Parser Implementation
Lucene Precedence Query Parser
The Precedence Query Parser extends the Standard Query Parser and enables
the boolean precedence. So, the query <a AND b OR c AND d> is parsed to
<(+a +b) (+c +d)> instead of <+a +b +c +d>.
Check {@link org.apache.lucene.queryparser.flexible.standard.StandardQueryParser} for more details about the
supported syntax and query parser functionalities.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy