You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by at...@apache.org on 2020/10/29 19:05:26 UTC

svn commit: r42126 [14/18] - in /dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067: ./ lucene/ lucene/changes/ lucene/maven/ lucene/maven/org/ lucene/maven/org/apache/ lucene/maven/org/apache/lucene/ lucene/maven/org/apache/l...

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/8.7.0/solr-core-8.7.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/8.7.0/solr-core-8.7.0.pom (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/8.7.0/solr-core-8.7.0.pom Thu Oct 29 19:05:20 2020
@@ -0,0 +1,587 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>8.7.0</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Core</name>
+  <description>Apache Solr Core</description>
+  <properties>
+    <module-directory>solr/core</module-directory>
+    <relative-top-level>../../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}/src/java</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-nori</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial3d</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.zafarkhaja</groupId>
+      <artifactId>java-semver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.re2j</groupId>
+      <artifactId>re2j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.jayway.jsonpath</groupId>
+      <artifactId>json-path</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-buffer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-handler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-resolver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-epoll</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-unix-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-noop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.sgr</groupId>
+      <artifactId>s2-geometry-library-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.hydromatic</groupId>
+      <artifactId>eigenbase-properties</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-collections4</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-configuration2</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-text</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core4</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-asn1</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-pkix</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-1.2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-web</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bitbucket.b_c</groupId>
+      <artifactId>jose4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-hpack</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-http-client-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.rrd4j</groupId>
+      <artifactId>rrd4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.xerial.snappy</groupId>
+      <artifactId>snappy-java</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/../resources</directory>
+      </resource>
+    </resources>
+    <testSourceDirectory/>
+    <testResources/>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- Tests are run from solr-core-tests module -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- This skips test compilation - tests are run from solr-core-tests module -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <phase>none</phase> <!-- Block inherited execution -->
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/8.7.0/solr-core-8.7.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/8.7.0/solr-core-8.7.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/8.7.0/solr-core-8.7.0.pom.asc Thu Oct 29 19:05:20 2020
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCAAdFiEEfY2Q+PZPIwd6yHz3y3fLeZKLsOwFAl+a1h0ACgkQy3fLeZKL
+sOxIPQwApzDMxYiXRryjvBbK1tSzLEFP3s8QlkBoyjQt4NJI32hgfqbnN5699fEP
+bOvC/L6+FqLLhCEaBAGEnlWL9ilvITiEatV3z6a5zjSJWmd1fuA9Iak0qdvM9HAa
+A7xMU2RDygJiHdbLk1YdszLYnA70lJRRncVvZG9alRSLW4yoxCEQUNJxPQbQkxMC
+Tpc5vntlyERSrb+4yGsLH/ljedh6dGaud3+3XZBQosOpcTes6shqBitYzS9YIcHW
+P9K99pfbkanXLx3fvufsGM67Xs0MYyoWTljPuq6w6TWd1zBaqPPh/3gWwxG1X7oX
+uOSLDGyhHpl2sWo+NWxMlVD6e57dM81KVFGzEuWgPENuFZxqUoY6Cl2SNf3D2b/8
+qF0lXdKJuu/k/B23+6DV8c1quGsypTNqG9RCFcsU1ZvkzouMHxtY2EhXFRp6CDdf
+WSpBgBr3aLG4rHhKTw91L0P7EpMvp95D69sx14jZ4QQ+nAfinhGHDWmNoY7P27S9
+an9NmrKN
+=0BT3
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/8.7.0/solr-core-8.7.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/8.7.0/solr-core-8.7.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/8.7.0/solr-core-8.7.0.pom.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+d4e9760f8ad6d2786f2ed47996555166
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/8.7.0/solr-core-8.7.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/8.7.0/solr-core-8.7.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/8.7.0/solr-core-8.7.0.pom.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+e8469fd8bea305cbc113a2e700e6dbdecb5afbdc
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/maven-metadata.xml Thu Oct 29 19:05:20 2020
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <version>8.7.0</version>
+  <versioning>
+    <versions>
+      <version>8.7.0</version>
+    </versions>
+    <lastUpdated>20201029141122</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+f1d644912629a729c88763b893774507
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+b91160dc2ba4bb1ae08067dbcb2d7c34a5079386
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-javadoc.jar.asc Thu Oct 29 19:05:20 2020
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCAAdFiEEfY2Q+PZPIwd6yHz3y3fLeZKLsOwFAl+a1h0ACgkQy3fLeZKL
+sOyFbAv/XtgB90HBETeOgahatb8sOh6JWmL8XbQaleKBd7+yFgVIN8QgJ9dlavmD
+1iZl5GPLg20Ur2xloLTaaSV6MQNnsuJ51dmF1Y9TTk6tD/3ZbymvmWW981xAImEo
+pd0O8wEWvSj5j87Ef8vj2RdUt94TFDJOIUqcylXThfZwRjPyQSzoXMNR99jNJVnT
+ZWvP05ddbTIt416in12kTDQ3DmL6ZTedvEgLLKkh71GM4tNy81H7qyD5cyHK1akK
+/E+vc6mqebuGFW+GxWFG6Dy1RM4Er2GsP3YODTPGSkQRXRg+vp5ZK6LX4OwqhsjY
+jxhY3gqy8uz0iV0j7Q2XYi+qQls2AmFZCf7M7xxtULCsjQs9tgD9OUVXXuC2bCVA
+XJ7Xsx2UCqdy360tSpnhCN1f2krd6dOEF65mLYgepxbV5ycCoALNYpyFLNupasyB
+rl3iHaf/TFOKwv25lkTdhwfWD+3LiNnxH8M+ewUpYzy9P4CzA3kTmaWQ69ZBALJq
+CtAglqPL
+=igKO
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-javadoc.jar.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+aff9495e860a1658f29fed23909ba1c1
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-javadoc.jar.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+115f073a989ca308ea7fdcede9e00268b953bc3f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-sources.jar.asc Thu Oct 29 19:05:20 2020
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCAAdFiEEfY2Q+PZPIwd6yHz3y3fLeZKLsOwFAl+a1h4ACgkQy3fLeZKL
+sOwQGgwAsRBY6Ilwej3rIpKFBgPKaKEN5OWlqMEfzVsdiWY+sDld4Hn6yeVtV6xG
+QHbZxiTmnHApL7RyE79Prv6x1cr+QSAJVZ920O1YuoBuqS3Rn2dvwPt9TtP9a8J7
+j2qnSf/Ur5kptSaF/nC8Y0u9WncwCYt3q+0eatw0fmVhSEDlxJd5jpM0yt25vlb1
++UD60rgO/o7gYVYR/KpByiovh6TFhzKleL3N92Sgr/Ta/2l8GDDd2FT2e1+mXI+v
+LF8K4coW1e2czn+hjnkGsQCYKxsaQ1KwoXXy//ckllyGaecLBj+F1TSgrlAgCI/l
+pue33ekYIkO6+xPNxFvs/ej5oWP4wRvVkxWvPOEEPU/31DAfIN5gLAH+wfwDt1X8
+TTo0oUhU/glwDVFSYYae/zM2BI3OtKUTMvgPYiYj5gVdOgQaI91sDIEY3UwkJc+I
+q6F3EkPVFbXwnQdBgsRJLj3QjJmN/8m22cUCQFP3JmTn8B72k4N6TZogdb3jYBP/
+0Buyn1W+
+=rEwd
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-sources.jar.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+ab5eccf398eeab774371bfa31088cc32
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0-sources.jar.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+3ba12e8c3b40841ad29707d587b6adac3dbd59ae
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.jar.asc Thu Oct 29 19:05:20 2020
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCAAdFiEEfY2Q+PZPIwd6yHz3y3fLeZKLsOwFAl+a1h8ACgkQy3fLeZKL
+sOwkJQv/Wjbwns9THj014Do1m+9VvWXzTo6J1aOlryPndHIrgltb7CpDGL228q9Y
+8QlTY0rqRq3M9Tf60eSxXHYGqah4M+zzz5RRYxSH08wyUezFsHUnEXzOpcAu+31e
+IbW26WATtgDksbSXIRLKctSFa28ntinwKD41EKpVZnYjLWjgxb75LZdOZfKUGXuj
+LhFAg5AxshytLVzAYUF2ihl+1TcwBM/qXmXa9bcydtJ4U00inEnejqlHtY1d/4bt
+9f0kkSYsgsAObOCBX4ySQFyZ8DMN/CU6qMZ9mgsNR8BEEQwTtleWNdJo+A7ZJPux
+pfHCfcdxeROX0AU7em8sqijcZp6Glv163I/6nLhtSXmz/l6TdBx+rmnqt727z4XW
+AcgiSuaGsCOwtIWutMOLsryiRt9JoOrzs9NkvFxHoPBf0T2DMEsFJ70KmltESS1l
+bNnskn7DIfPBYYi/uBaNun7quQzLlA/BAWMMXQ52gFscVxwEOTUcvP3S843reIUG
+KOOrGy9G
+=0A3T
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.jar.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+b308d858356fb43ba0124890497accca
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.jar.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+e4221e260f7746dab87aae3d8c0bea5c3935ec42
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.pom (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.pom Thu Oct 29 19:05:20 2020
@@ -0,0 +1,784 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>8.7.0</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-dataimporthandler-extras</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr DataImportHandler Extras</name>
+  <description>Apache Solr DataImportHandler Extras</description>
+  <properties>
+    <module-directory>solr/contrib/dataimporthandler-extras</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-dataimporthandler</artifactId>
+      <version>${project.version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-nori</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial3d</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-dataimporthandler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.epam</groupId>
+      <artifactId>parso</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.virtuald</groupId>
+      <artifactId>curvesapi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.zafarkhaja</groupId>
+      <artifactId>java-semver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.re2j</groupId>
+      <artifactId>re2j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.juniversalchardet</groupId>
+      <artifactId>juniversalchardet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.healthmarketscience.jackcess</groupId>
+      <artifactId>jackcess</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.healthmarketscience.jackcess</groupId>
+      <artifactId>jackcess-encrypt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.ibm.icu</groupId>
+      <artifactId>icu4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.jayway.jsonpath</groupId>
+      <artifactId>json-path</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.pff</groupId>
+      <artifactId>java-libpst</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.rometools</groupId>
+      <artifactId>rome</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.rometools</groupId>
+      <artifactId>rome-utils</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.mail</groupId>
+      <artifactId>gimap</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.mail</groupId>
+      <artifactId>javax.mail</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.zaxxer</groupId>
+      <artifactId>SparseBitSet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>de.l3s.boilerpipe</groupId>
+      <artifactId>boilerpipe</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-buffer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-handler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-resolver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-epoll</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-unix-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-noop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.sgr</groupId>
+      <artifactId>s2-geometry-library-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.activation</groupId>
+      <artifactId>activation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.hydromatic</groupId>
+      <artifactId>eigenbase-properties</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-collections4</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-configuration2</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-csv</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-text</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core4</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mime4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mime4j-dom</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-asn1</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-pkix</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-1.2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-web</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>fontbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>jempbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>pdfbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>pdfbox-tools</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml-schemas</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-scratchpad</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-java7</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-parsers</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-xmp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xmlbeans</groupId>
+      <artifactId>xmlbeans</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.aspectj</groupId>
+      <artifactId>aspectjrt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bitbucket.b_c</groupId>
+      <artifactId>jose4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcmail-jdk15on</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcpkix-jdk15on</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15on</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.brotli</groupId>
+      <artifactId>dec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ccil.cowan.tagsoup</groupId>
+      <artifactId>tagsoup</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-hpack</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-http-client-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.gagravarr</groupId>
+      <artifactId>vorbis-java-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.gagravarr</groupId>
+      <artifactId>vorbis-java-tika</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jdom</groupId>
+      <artifactId>jdom2</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.rrd4j</groupId>
+      <artifactId>rrd4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.tallison</groupId>
+      <artifactId>isoparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.tallison</groupId>
+      <artifactId>jmatio</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.tallison</groupId>
+      <artifactId>metadata-extractor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.tallison.xmp</groupId>
+      <artifactId>xmpcore-shaded</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.tukaani</groupId>
+      <artifactId>xz</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.xerial.snappy</groupId>
+      <artifactId>snappy-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
+
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+      <testResource>
+        <directory>${top-level}/dev-tools/maven/solr</directory>
+        <includes>
+          <include>maven.testlogging.properties</include>
+        </includes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.pom.asc Thu Oct 29 19:05:20 2020
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCAAdFiEEfY2Q+PZPIwd6yHz3y3fLeZKLsOwFAl+a1h8ACgkQy3fLeZKL
+sOwrSQwAjlkcEjJv1vhMl5c9PgWbM+goX6JmVejbmN0s+Ceya+NYv0mTEhWu1KSU
+8fHxDPZ1bCns0cbGILTA5/Fk/7iYETeB5w5AR73Uc4Ck5zA5OhPmx2u7o5pwXJqd
+mX5grVBGFJaQuCsNx392th84xm+l5mDfJJGiOy1t/oXMd8CSVggE6laf7LlPB45O
+W3W/6OCeASI1v8ODlKut2u21HF37vrZmwKRLidBVZKdYoAFO64KkRn+vqLHkKtBC
+3mUrm+1K5thsXb0lAoJvUTvtxF2eL3eu1Qi9HpeqJ5devXrZo1hY7GrQt+JQIFua
+uwQB9XNXqv6T3N/FI50TMZSMmATCg98eukHEhgDI7EJs9kf5ObWnarIaVxQJAuic
+MUrtcTe5f7AZ9tdz/KkTE7ahPHEr8bTS3QtiWD9wViDimDPZbFP+uW2ExBaug7i1
+UMrVsRWb2261DawOHa4B30OM/oYfXZmBbMYi87aipBILSNAVpGSTf7ON5kFLovtC
+xLDBfLs9
+=G+ik
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.pom.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+c45333da1ef14f00b5145d63b8878843
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.7.0/solr-dataimporthandler-extras-8.7.0.pom.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+0305118cec708315f8b7e85878b7ac3e9ddb756c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml Thu Oct 29 19:05:20 2020
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-dataimporthandler-extras</artifactId>
+  <version>8.7.0</version>
+  <versioning>
+    <versions>
+      <version>8.7.0</version>
+    </versions>
+    <lastUpdated>20201029141135</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+6788e1935e8ac53533113c14ab4ad774
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+7b30fc012fcecb768c567195715d625a4f181d78
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-javadoc.jar.asc Thu Oct 29 19:05:20 2020
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCAAdFiEEfY2Q+PZPIwd6yHz3y3fLeZKLsOwFAl+a1iAACgkQy3fLeZKL
+sOxjLwv/QsV1zt0d+z11yTDvH1oH7VlH3LSa3lQ5YD9RU5qvGGXryvhPdQroQWWv
+DETpBg7f1qgVQkUXCLdfvoUxkAUfXMuhR9rckKqoPUazdHAe+wXQHu6ftBzsDKvV
+/8JUvjKuPQEyI+0Jx8of0JTJl5BoZQKPySFvAYvVL89r0mn8iZX+8wuLB7m47OwC
+1oV/yNpFnkIOBDrMC/KUnysbaWFtsisiCmI3fhoekzXlzo9pmwISCCm5wKwImCCM
+q35/iUvZPPeM3NXWxSXFUEe9TTYQCXY3Nyhg9ipdbe/GfOu2IwhivkKR1ydNlp8I
+jQV3oilguqEbv2lo0Cec8UmLdW/FGmgc4sB4Y+FVNwtVQZWowx6QJTG3cKkZcBlv
+/cJCiAOEMjkRPzcTiVf1IuYfwfcFD/Iz7SeRemnV+n3xtenPAaVa5eG5P6Sf/ms+
+nC/DoqGzQxoz+1kajfafDvW9ZHZwqAu3AuoGi1i8fgf1VplQogVxoDKl5iJypRFz
+E+j0R+Ty
+=PACr
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-javadoc.jar.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+58527841f0444d6f24945183a9b40ac5
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-javadoc.jar.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+17b8825ed312431c0d0d9671851d94c244a9ee94
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-sources.jar.asc Thu Oct 29 19:05:20 2020
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCAAdFiEEfY2Q+PZPIwd6yHz3y3fLeZKLsOwFAl+a1iEACgkQy3fLeZKL
+sOxPbQv/XCm9/GzgO1MW7/eQ5udaXJ7EHNy9yz76yZONGIEOnj1ZOTDTGgJNWblf
+qIGD1VYjVRMr9DJMR9YTAQ/MWlPrb3q8OVemhyWw4bvFAZQnpxmgKUWRB+TGSlUy
+8pUb93RFetAZSmdYxUHSUJ7Qp9KNBOiw95MEDXOvrnCw3BDpmUeAOp+B4NUKt8/O
+Hm+F2AfPFPrA9J1pbrHRbX28qbJzXCW3wZ+eCkA+4e0J5oZtGcszct/fS+ALuIH1
+cNtUQTRpoxSEo+KOG1lvZElAN1yWQQYv5wfNgJU9RTjxfjAvcePtUI072eYKTPUQ
+BRWWHgNtI1xQcRSfcyqDiVxw0NGpLC6CcBN7bpurvYadXfixOgYxb+EhasS3q73r
+Zi+cQHKBGwze559CWFx+IVdBkO3MkTNEXO+ikMGgEVxYg/NOV49IoPysXOblrdi2
+llpcQg7vhN22TQbAL0PYQkbxyUaUWZUUzm+V4BDVAhgQBaZpvgUxoiyjY31WRRfj
+PZnSRdxL
+=wXbH
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-sources.jar.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+a74360fea252b2c27daaff29fd0d4697
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0-sources.jar.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+0cb74275c7afdba0fd2a914cc32eeb727dac65fa
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0.jar.asc Thu Oct 29 19:05:20 2020
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCAAdFiEEfY2Q+PZPIwd6yHz3y3fLeZKLsOwFAl+a1iEACgkQy3fLeZKL
+sOynHAv/fZMBCYurNV4g6IwsNyQOW7qFL0hPpDnXek+T/YNfY+uF38siqtbIjJKj
+h+UWMNk5ZdOM2aN+4i1T/HiFzuw1iBqmFzx4lg9fc9WG4zNzeRzmzWJQRQlQYhXJ
+M7Tidz3T0kIq7ibnHr//s1brLb1am3vekt81Kk6IyaVw2zXCwDWVApu7ydVvgMPC
+BoMpXUco6rFH7yWjpMMcJsm8V+XSYgM+8yWOnQ0e2hbFwxs9xuD4XqQPItLqEwB+
+kOcnmJbyFJLIoOEoWgqUpgOLP5q6gih33okUD33U3lPahiZGOIftZgM1UCfmdQjW
+y5mtZBGvzCPnoVQtqcp77js4WcXIhdLGtryodbZyy8SDQUe2NQe5QgQ8APhEt+MR
+PXUYDz0z8iB6o+iYkudtAIRrOpCste1DJ9aNswwCv+OhvDwGdPjd0/dJBrZJPJJ2
+9zsfL/adRnfp7KZf6DXdxKv00yyuIeKpH8h4xYa45ZkGqVAH8xxzL8McRV5fbP5J
+buB6GktY
+=BoXa
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0.jar.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+4a5d4fb1b33b9ecfadbe51f2895c63e3
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-dataimporthandler/8.7.0/solr-dataimporthandler-8.7.0.jar.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+5ce0f5743c95d1b061ee499fdfaf4f9537d9ef74
\ No newline at end of file