Description
This block of constants struct me as odd – looked like a bug to me at first:
public class StandardSyntaxParser implements SyntaxParser, StandardSyntaxParserConstants { private static final int CONJ_NONE =0; private static final int CONJ_AND =2; private static final int CONJ_OR =2;
but it turns out they're not used at all anymore – there is a Conjunction block that is all commented out.
Attachments
Attachments
Issue Links
- Is contained by
-
LUCENE-6249 StandardQueryParser doesn't support pure negative clauses
- Closed