Archive

Posts Tagged ‘indexer’

Nexus Indexer API: Part 2

June 7th, 2009 By Damian Bradicich

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.

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. Read more…

 

Nexus, Sonatype ,

Nexus Indexer API: Part 1

June 1st, 2009 By Damian Bradicich

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
  • Searching
  • Packing
  • Updating

This post will focus on Indexing and provide you with some concrete code examples that show you how to integrate the Nexus Indexer into your own application.

Read more…

 

Nexus ,