mirror of https://github.com/apache/lucene.git
javadocs: escape < >
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1328912 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
698188fe9a
commit
4850ac1dc0
|
@ -27,8 +27,8 @@ Precedence Query Parser Implementation
|
|||
|
||||
<p>
|
||||
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>.
|
||||
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>.
|
||||
</p>
|
||||
<p>
|
||||
Check {@link org.apache.lucene.queryparser.flexible.standard.StandardQueryParser} for more details about the
|
||||
|
|
Loading…
Reference in New Issue