mirror of https://github.com/apache/lucene.git
LUCENE-490: Fix to allow QueryParser.jj to work with JavaCC 4.0 submitted by Steven Rowe
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@372383 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e37a04646a
commit
abed4e6990
|
@ -751,7 +751,7 @@ PARSER_END(QueryParser)
|
|||
}
|
||||
|
||||
<DEFAULT, RangeIn, RangeEx> SKIP : {
|
||||
<<_WHITESPACE>>
|
||||
< <_WHITESPACE>>
|
||||
}
|
||||
|
||||
// OG: to support prefix queries:
|
||||
|
|
Loading…
Reference in New Issue