You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by js...@apache.org on 2024/02/26 15:34:17 UTC

(solr) branch SOLR-17181-glob-pattern-performance-degradation updated (f30e0fd8411 -> 7f5f655f1c5)

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

jsweeney pushed a change to branch SOLR-17181-glob-pattern-performance-degradation
in repository https://gitbox.apache.org/repos/asf/solr.git


    from f30e0fd8411 Using apache commons implementation for wildcard matching for glob patterns
     add 7f5f655f1c5 Removing commons io dependency and instead reusing applicable code from that library

No new revisions were added by this update.

Summary of changes:
 solr/solrj/build.gradle                            |   1 -
 .../apache/solr/common/util/GlobPatternUtil.java   | 153 ++++++++++++++++++++-
 2 files changed, 151 insertions(+), 3 deletions(-)