You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2012/04/22 19:32:30 UTC

svn commit: r1328914 - /lucene/dev/branches/lucene_solr_3_6/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/precedence/package.html

Author: mikemccand
Date: Sun Apr 22 17:32:29 2012
New Revision: 1328914

URL: http://svn.apache.org/viewvc?rev=1328914&view=rev
Log:
javadocs: escape < >

Modified:
    lucene/dev/branches/lucene_solr_3_6/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/precedence/package.html

Modified: lucene/dev/branches/lucene_solr_3_6/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/precedence/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_6/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/precedence/package.html?rev=1328914&r1=1328913&r2=1328914&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_6/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/precedence/package.html (original)
+++ lucene/dev/branches/lucene_solr_3_6/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/precedence/package.html Sun Apr 22 17:32:29 2012
@@ -27,8 +27,8 @@ This package contains the Precedence Que
 
 <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.standard.StandardQueryParser} for more details about the