In default mode ( {@link FieldQueryBuilder.Operator#OR}) terms without any modifiers are considered optional: for example capital of Hungary
is equal to capital OR of OR Hungary
.
In {@link FieldQueryBuilder.Operator#AND} mode terms are considered to be in conjunction: theabove mentioned query is parsed as capital AND of AND Hungary
|
|
|
|