fuiny / mavendb

Store Maven repos metadata into Database
https://fuiny.github.io/mavendb/
Apache License 2.0
1 stars 0 forks source link

Use lucene-queries direclty? #4

Closed fuinyroot closed 1 year ago

fuinyroot commented 1 year ago

Since the maven repos index is a lucene database, we have opened the DB via lucene browser.

Considering to use lucene-queries directly instead of indexer-core ?

fuinyroot commented 1 year ago

No.

We will continue use the https://github.com/apache/maven-indexer, which is a lucene wrapper.