/maven-index-exporter

A docker image to extract readable (text) lucene indexes from a Maven Indexer index file.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Maven Index Exporter

This Docker image reads a Maven Indexer index and extract information about the indexed documents as a convenient text file.

It takes as input the full set of Maven indexes files, as can be seen in the central maven repository, and uses two Java tools (maven-indexer-cli and clue) to extract the indexes (in indexes/) and export them in the export/ directory.

An official Docker image is provided for quick tests on DockerHub.

List of maven repositories

We also provide a curated list of maven repositories that can be used with the Docker images, i.e. they use the Maven indexer, make their indexes publicly available, and use the same version as the exporter.

See docs/maven_repositories.md.