jira-importer commented on issue #606: URL: https://github.com/apache/maven-indexer/issues/606#issuecomment-2965153953
**[Tomas Stupka](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tstupka)** commented This seems be a cumulative effect of partial reductions in performance introduced in particular lucene releases between 3.6 and 4.8.1. measured index read: lucene 3.6 70s lucene 4.0 86s lucene 4.1 90s lucene 4.2 100s lucene 4.8 100s updating to lucene 5.5.3 seems to reduce some of the performance loss. additional improvements are also possible. prepared a pull request - see https://github.com/apache/maven-indexer/pull/12 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org