You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2020/09/17 08:53:19 UTC

[lucene-solr] branch master updated (cbb1659 -> 4f344cb)

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from cbb1659  Revert "Revert "SOLR-14151: Bug fixes (#1815)""
     add 4f344cb  LUCENE-9530: cleaned up javacc gradle generation scripts. (#1883)

No new revisions were added by this update.

Summary of changes:
 gradle/generation/javacc.gradle                    | 584 ++++++++++-----------
 .../lucene/queryparser/classic/CharStream.java     |   2 +-
 .../lucene/queryparser/classic/ParseException.java |   2 +-
 .../classic/QueryParserTokenManager.java           |  18 +-
 .../apache/lucene/queryparser/classic/Token.java   |   2 +-
 .../lucene/queryparser/classic/TokenMgrError.java  |   2 +-
 .../flexible/standard/parser/CharStream.java       |   2 +-
 .../flexible/standard/parser/ParseException.java   |  48 +-
 .../parser/StandardSyntaxParserTokenManager.java   |  27 +-
 .../flexible/standard/parser/Token.java            |   2 +-
 .../flexible/standard/parser/TokenMgrError.java    |   2 +-
 .../queryparser/surround/parser/CharStream.java    |   2 +-
 .../surround/parser/ParseException.java            |   2 +-
 .../queryparser/surround/parser/QueryParser.java   |   2 +
 .../surround/parser/QueryParserTokenManager.java   |  19 +-
 .../lucene/queryparser/surround/parser/Token.java  |   2 +-
 .../queryparser/surround/parser/TokenMgrError.java |   2 +-
 .../java/org/apache/solr/parser/CharStream.java    |   2 +-
 .../org/apache/solr/parser/ParseException.java     |   2 +-
 .../solr/parser/QueryParserTokenManager.java       |  17 +-
 .../src/java/org/apache/solr/parser/Token.java     |   2 +-
 .../java/org/apache/solr/parser/TokenMgrError.java |   2 +-
 22 files changed, 404 insertions(+), 341 deletions(-)