mirror of https://github.com/apache/lucene.git
Fix javadoc typo - submitted by Jean-Francois Halleux
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150176 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7845fcc2af
commit
8c4ba0415a
|
@ -194,7 +194,7 @@ public class QueryParser {
|
|||
|
||||
/**
|
||||
* Sets the boolean operator of the QueryParser.
|
||||
* In classic mode (<code>DEFAULT_OPERATOR_OR</mode>) terms without any modifiers
|
||||
* In classic mode (<code>DEFAULT_OPERATOR_OR</code>) terms without any modifiers
|
||||
* are considered optional: for example <code>capital of Hungary</code> is equal to
|
||||
* <code>capital OR of OR Hungary</code>.<br/>
|
||||
* In <code>DEFAULT_OPERATOR_AND</code> terms are considered to be in conjuction: the
|
||||
|
|
Loading…
Reference in New Issue