mirror of https://github.com/apache/lucene.git
geez, try to add docs and screw it up!
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150082 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0c585e634a
commit
9808a54319
|
@ -142,7 +142,7 @@ public class QueryParser implements QueryParserConstants {
|
|||
|
||||
/**
|
||||
* Gets implicit operator setting, which will be either DEFAULT_OPERATOR_AND
|
||||
* or DEFAULT_OPERATOR_AND.
|
||||
* or DEFAULT_OPERATOR_OR.
|
||||
*/
|
||||
public int getOperator() {
|
||||
return operator;
|
||||
|
|
|
@ -204,7 +204,7 @@ public class QueryParser {
|
|||
|
||||
/**
|
||||
* Gets implicit operator setting, which will be either DEFAULT_OPERATOR_AND
|
||||
* or DEFAULT_OPERATOR_AND.
|
||||
* or DEFAULT_OPERATOR_OR.
|
||||
*/
|
||||
public int getOperator() {
|
||||
return operator;
|
||||
|
|
Loading…
Reference in New Issue