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:
Michael McCandless 2012-04-22 17:28:26 +00:00
parent 698188fe9a
commit 4850ac1dc0
1 changed files with 2 additions and 2 deletions

View File

@ -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 &lt;a AND b OR c AND d&gt; is parsed to
&lt;(+a +b) (+c +d)&gt; instead of &lt;+a +b +c +d&gt;.
</p>
<p>
Check {@link org.apache.lucene.queryparser.flexible.standard.StandardQueryParser} for more details about the