You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2020/02/03 13:52:47 UTC

[lucene-solr] branch master updated (d8bc9bc -> d3ac132)

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

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


    from d8bc9bc  SOLR-12325: uniqueBlock(\{!v=foo:bar})
     add d3ac132  LUCENE-8656: Deprecations in FuzzyQuery (#1229)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                             |  3 +++
 lucene/core/src/java/org/apache/lucene/search/FuzzyQuery.java  | 10 +---------
 .../org/apache/lucene/queryparser/classic/FastCharStream.java  |  2 ++
 .../org/apache/lucene/queryparser/classic/QueryParserBase.java |  2 +-
 .../flexible/standard/CommonQueryParserConfiguration.java      |  2 +-
 .../queryparser/flexible/standard/StandardQueryParser.java     |  4 ++--
 .../queryparser/flexible/standard/config/FuzzyConfig.java      |  2 +-
 .../queryparser/flexible/standard/parser/FastCharStream.java   |  2 ++
 .../flexible/standard/parser/StandardSyntaxParser.java         |  2 +-
 .../flexible/standard/parser/StandardSyntaxParser.jj           |  2 +-
 .../lucene/queryparser/surround/parser/FastCharStream.java     |  2 ++
 .../queryparser/xml/builders/FuzzyLikeThisQueryBuilder.java    |  2 +-
 .../flexible/core/builders/TestQueryTreeBuilder.java           |  6 ++----
 .../src/java/org/apache/solr/parser/SolrQueryParserBase.java   |  2 +-
 14 files changed, 21 insertions(+), 22 deletions(-)