[GitHub] maven-indexer pull request #19: Migrate to Lucene 7

2017-10-03 Thread scela
GitHub user scela opened a pull request: https://github.com/apache/maven-indexer/pull/19 Migrate to Lucene 7 Now that Lucene 7 is released I abandoned the 6.1 migration PR and created this new one which takes it straight to 7. One thing to note is that this might need the

[GitHub] maven-indexer issue #17: Migration to Lucene 6.1.0

2017-10-03 Thread scela
Github user scela commented on the issue: https://github.com/apache/maven-indexer/pull/17 I'll be preparing a migration directly to just-released Lucene 7. --- - To unsubscribe, e-mail: dev-uns

[GitHub] maven-indexer pull request #17: Migration to Lucene 6.1.0

2017-10-03 Thread scela
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] maven-indexer pull request #17: Migration to Lucene 6.1.0

2017-07-28 Thread scela
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] maven-indexer pull request #17: Migration to Lucene 6.1.0

2017-07-28 Thread scela
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

[GitHub] maven-indexer issue #17: Migration to Lucene 6.1.0

2017-07-28 Thread scela
Github user scela commented on the issue: https://github.com/apache/maven-indexer/pull/17 https://issues.apache.org/jira/browse/MINDEXER-104 Done On Fri, Jul 28, 2017 at 3:43 PM, Martin Todorov wrote: > @scela <https://github.com/scela> , > &g

[GitHub] maven-indexer issue #17: Migration to Lucene 6.1.0

2017-07-28 Thread scela
Github user scela commented on the issue: https://github.com/apache/maven-indexer/pull/17 Sure. Can you point me where the Jira project is hosted? Lucene usually makes major changes so I suspect going to 6.6 would be much more work. I'd prefer to move to 6.1 first and

[GitHub] maven-indexer pull request #17: Migration to Lucene 6.1.0

2017-06-07 Thread scela
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