This series of Nexus Indexer posts will focus on integrating the Nexus Indexer into your own application. If you have an application that needs to search for an artifact by GAV coordinates, or by class name, you can use the Nexus Index format and the Nexus Indexer API to very easily search and locate artifacts in any repository that creates a Nexus Index. There are four main functions that are exposed in the Nexus Indexer API.
- Indexing (Part 1)
- Searching
- Packing
- Updating
This post will focus on Searching and provide you with some concrete code examples that show you how to use the indexer search capabilities in your application. Continue reading

