This is an automated email from the ASF dual-hosted git repository.
tallison pushed a change to branch TIKA-4330
in repository https://gitbox.apache.org/repos/asf/tika.git
from 66ec7a0f4 TIKA-4330 -- Add a MetadataListFilter
add c50d46140 TIKA-4321 -- rm solr 6 and 7 unit tests and turn logging to
error. (#1994)
No new revisions were added by this update.
Summary of changes:
.../tika/pipes/solr/tests/TikaPipesSolr6Test.java | 49 ----------------------
.../pipes/solr/tests/TikaPipesSolr6ZkTest.java | 41 ------------------
.../tika/pipes/solr/tests/TikaPipesSolr7Test.java | 33 ---------------
.../pipes/solr/tests/TikaPipesSolr7ZkTest.java | 42 -------------------
.../tika/pipes/solr/tests/TikaPipesSolr8Test.java | 2 +-
.../tika/pipes/solr/tests/TikaPipesSolr9Test.java | 2 +-
.../src/test/resources/log4j2.xml | 4 +-
tika-parent/pom.xml | 3 +-
.../tika/pipes/emitter/solr/SolrEmitter.java | 19 ++++++++-
.../pipesiterator/solr/SolrPipesIterator.java | 19 +++++++--
10 files changed, 38 insertions(+), 176 deletions(-)
delete mode 100644
tika-integration-tests/tika-pipes-solr-integration-tests/src/test/java/org/apache/tika/pipes/solr/tests/TikaPipesSolr6Test.java
delete mode 100644
tika-integration-tests/tika-pipes-solr-integration-tests/src/test/java/org/apache/tika/pipes/solr/tests/TikaPipesSolr6ZkTest.java
delete mode 100644
tika-integration-tests/tika-pipes-solr-integration-tests/src/test/java/org/apache/tika/pipes/solr/tests/TikaPipesSolr7Test.java
delete mode 100644
tika-integration-tests/tika-pipes-solr-integration-tests/src/test/java/org/apache/tika/pipes/solr/tests/TikaPipesSolr7ZkTest.java