mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 02:28:49 +00:00
small javadoc improvement
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@178005 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b0cf756698
commit
d282afeb94
@ -36,7 +36,7 @@ public class BooleanClause implements java.io.Serializable {
|
||||
|
||||
/** Use this operator for terms that <i>must</i> appear in the matching documents. */
|
||||
public static final Occur MUST = new Occur("MUST");
|
||||
/** Use this operator for terms of which <i>should</i> appear in the
|
||||
/** Use this operator for terms that <i>should</i> appear in the
|
||||
* matching documents. For a BooleanQuery with two <code>SHOULD</code>
|
||||
* subqueries, at least one of the queries must appear in the matching documents. */
|
||||
public static final Occur SHOULD = new Occur("SHOULD");
|
||||
|
Loading…
x
Reference in New Issue
Block a user