You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2017/05/17 13:43:54 UTC

svn commit: r19712 [8/17] - in /dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e: ./ lucene/ lucene/changes/ lucene/maven/ lucene/maven/org/ lucene/maven/org/apache/ lucene/maven/org/apache/lucene/ lucene/maven/org/apache/lu...

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queries/6.6.0/lucene-queries-6.6.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queries/6.6.0/lucene-queries-6.6.0.pom (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queries/6.6.0/lucene-queries-6.6.0.pom Wed May 17 13:43:49 2017
@@ -0,0 +1,75 @@
+<!--
+  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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.lucene</groupId>
+    <artifactId>lucene-parent</artifactId>
+    <version>6.6.0</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.lucene</groupId>
+  <artifactId>lucene-queries</artifactId>
+  <packaging>jar</packaging>
+  <name>Lucene Queries</name>
+  <description>Lucene Queries Module</description>
+  <properties>
+    <module-directory>lucene/queries</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 -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${project.build.testSourceDirectory}</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queries/6.6.0/lucene-queries-6.6.0.pom.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queries/6.6.0/lucene-queries-6.6.0.pom.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queries/6.6.0/lucene-queries-6.6.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queries/6.6.0/lucene-queries-6.6.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queries/6.6.0/lucene-queries-6.6.0.pom.md5 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+a77100748f3ecea4ef34758da373619e
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queries/6.6.0/lucene-queries-6.6.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queries/6.6.0/lucene-queries-6.6.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queries/6.6.0/lucene-queries-6.6.0.pom.sha1 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+dde841d9b65c81375dbe57527fe474694bb8f009
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queries/maven-metadata.xml
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queries/maven-metadata.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queries/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queries/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queries/maven-metadata.xml.md5 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+34c7fad3e16629af373a2443363f293b
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queries/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queries/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queries/maven-metadata.xml.sha1 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+9d9d81bf74a137772ae5300d3876ffd818fd61ab
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-javadoc.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-javadoc.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-javadoc.jar.md5 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+896bb6eff228ad11f44289381de672b4
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-javadoc.jar.sha1 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+9d451bddfbdafcd57a91ded09850e9b412182786
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-sources.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-sources.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-sources.jar.md5 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+8ca5dcdf965ec600b4b977561dab4f0d
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0-sources.jar.sha1 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+566b0921e9f0a163d08dca130659850957736bb4
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.jar.md5 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+47a67394fbe911d2381134baaf30727b
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.jar.sha1 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+9f47e9f91dc9fcdefbb6cd08497c014a29c26e97
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.pom (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.pom Wed May 17 13:43:49 2017
@@ -0,0 +1,101 @@
+<!--
+  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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.lucene</groupId>
+    <artifactId>lucene-parent</artifactId>
+    <version>6.6.0</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.lucene</groupId>
+  <artifactId>lucene-queryparser</artifactId>
+  <packaging>jar</packaging>
+  <name>Lucene QueryParsers</name>
+  <description>Lucene QueryParsers module</description>
+  <properties>
+    <module-directory>lucene/queryparser</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 -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/src/resources</directory>
+      </resource>
+    </resources>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${project.build.testSourceDirectory}</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </testResource>
+    </testResources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.pom.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.pom.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.pom.md5 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+3bff77c80489dd5cfc3a1e4159f3bd60
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/6.6.0/lucene-queryparser-6.6.0.pom.sha1 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+d0f34b660e7163d8deafa529cc801d9b57600149
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/maven-metadata.xml
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/maven-metadata.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/maven-metadata.xml.md5 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+f84fff36137d8e112af6b7f69757a3fe
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-queryparser/maven-metadata.xml.sha1 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+45a603d2e50bc1482e77f78be6811ecd357e386c
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-javadoc.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-javadoc.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-javadoc.jar.md5 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+f421d132e163771e204454c137e313fa
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-javadoc.jar.sha1 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+01bfc9ad4b736df27f7e814be1a04ba8644a535e
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-sources.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-sources.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-sources.jar.md5 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+e05586a33832a844218a2e34ad2ffd32
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0-sources.jar.sha1 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+ff1a2243262b4a4fc2e0c43584702cc5458eab1f
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.jar.md5 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+7772d67596a3259cd20eb0f035b1c2f2
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.jar.sha1 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+59bbd38ad53c7106839b648f49c780e0d3d34d11
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.pom (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.pom Wed May 17 13:43:49 2017
@@ -0,0 +1,124 @@
+<!--
+  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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.lucene</groupId>
+    <artifactId>lucene-parent</artifactId>
+    <version>6.6.0</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.lucene</groupId>
+  <artifactId>lucene-replicator</artifactId>
+  <packaging>jar</packaging>
+  <name>Lucene Replicator</name>
+  <description>Lucene Replicator Module</description>
+  <properties>
+    <module-directory>lucene/replicator</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 -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-facet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</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.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</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-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${project.build.testSourceDirectory}</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </testResource>
+    </testResources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.pom.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.pom.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.pom.md5 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+d00a470986d4d0631fb31fadcaa14d89
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/6.6.0/lucene-replicator-6.6.0.pom.sha1 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+81d02a3af1cb58202d5b597371e61d565174a03a
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/maven-metadata.xml
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/maven-metadata.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/maven-metadata.xml.md5 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+d26c5fe516516c95b22db58ff6b3ad5b
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-replicator/maven-metadata.xml.sha1 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+31cd9235606ea3321e2ada455a0930b3e6287534
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-javadoc.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-javadoc.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-javadoc.jar.md5 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+f7a5ec05cff32b57d4a22779ceaf2afd
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-javadoc.jar.sha1 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+a2e673a829a1d4254ea9844bff1e970299cd414d
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-sources.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-sources.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-sources.jar.md5 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+524e285cdaa36f88f5c99851bb65df5f
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0-sources.jar.sha1 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+db66cc7e1a6484993745d720146a62ad6e769b72
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.jar.md5 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+01f7d1307d4e20486f2682bc283342c9
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.jar.sha1 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+f649f8ebd2ab1845a19ef4461163d167739ab5f5
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.pom (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.pom Wed May 17 13:43:49 2017
@@ -0,0 +1,80 @@
+<!--
+  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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.lucene</groupId>
+    <artifactId>lucene-parent</artifactId>
+    <version>6.6.0</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.lucene</groupId>
+  <artifactId>lucene-sandbox</artifactId>
+  <packaging>jar</packaging>
+  <name>Lucene Sandbox</name>
+  <description>Lucene Sandbox</description>
+  <properties>
+    <module-directory>lucene/sandbox</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 -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/src/resources</directory>
+      </resource>
+    </resources>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${project.build.testSourceDirectory}</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.pom.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.pom.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.pom.md5 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+c02cbf137298cb9fd66d8d239612a9f6
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/6.6.0/lucene-sandbox-6.6.0.pom.sha1 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+00e280191e3b377f8891a0960544b3200d907558
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/maven-metadata.xml
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/maven-metadata.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/maven-metadata.xml.md5 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+0825bd3fecc13c9dfcd28cb2d93a6a16
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.0-RC1-rev4d055f00bba9a745737e4b6c3f9dff06dd35aa2e/lucene/maven/org/apache/lucene/lucene-sandbox/maven-metadata.xml.sha1 Wed May 17 13:43:49 2017
@@ -0,0 +1 @@
+a5f4c0f419adb735fd84cff6bc381c172ddc9d73
\ No newline at end of file