Github user scela closed the pull request at:
https://github.com/apache/maven-indexer/pull/17
---
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org
Github user carlspring commented on a diff in the pull request:
https://github.com/apache/maven-indexer/pull/17#discussion_r130204917
--- Diff: indexer-core/pom.xml ---
@@ -84,21 +84,25 @@ under the License.
org.apache.lucene
lucene-core
+ 6.
Github user scela commented on a diff in the pull request:
https://github.com/apache/maven-indexer/pull/17#discussion_r130105466
--- Diff: indexer-core/pom.xml ---
@@ -84,21 +84,25 @@ under the License.
org.apache.lucene
lucene-core
+ 6.1.0
Github user carlspring commented on a diff in the pull request:
https://github.com/apache/maven-indexer/pull/17#discussion_r130101051
--- Diff:
indexer-core/src/main/java/org/apache/maven/index/FieldTypeFactory.java ---
@@ -0,0 +1,19 @@
+package org.apache.maven.index;
+
Github user scela commented on a diff in the pull request:
https://github.com/apache/maven-indexer/pull/17#discussion_r130093790
--- Diff:
indexer-core/src/main/java/org/apache/maven/index/FieldTypeFactory.java ---
@@ -0,0 +1,19 @@
+package org.apache.maven.index;
+
+im
Github user carlspring commented on a diff in the pull request:
https://github.com/apache/maven-indexer/pull/17#discussion_r130087375
--- Diff:
indexer-core/src/test/java/org/apache/maven/index/FullIndexNexusIndexerTest.java
---
@@ -1,26 +1,8 @@
package org.apache.maven.index
Github user carlspring commented on a diff in the pull request:
https://github.com/apache/maven-indexer/pull/17#discussion_r130086143
--- Diff:
indexer-core/src/main/java/org/apache/maven/index/FieldTypeFactory.java ---
@@ -0,0 +1,19 @@
+package org.apache.maven.index;
+
Github user carlspring commented on a diff in the pull request:
https://github.com/apache/maven-indexer/pull/17#discussion_r130085893
--- Diff: indexer-core/pom.xml ---
@@ -84,21 +84,25 @@ under the License.
org.apache.lucene
lucene-core
+ 6.
GitHub user scela opened a pull request:
https://github.com/apache/maven-indexer/pull/17
Migration to Lucene 6.1.0
This PR migrates maven-indexer to Lucene 6.1.0.
I did 'maven clean verify' and the tests seem to succeed. I'll be around to
refine it in case the need arises.