Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Javadoced the main difference between this and NexusIndexer component.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/indexer/trunk@1410283 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
cstamas committed Nov 16, 2012
1 parent d635d79 commit 2f05a81
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -36,7 +36,9 @@
/**
* Indexer component. It is the main component of Maven Indexer, offering {@link IndexingContext} creation and close
* methods, context maintenance (scan, add, remove) and search methods. Supersedes the {@link NexusIndexer} component,
* making it less cludged, and focusing on main use cases.
* making it less cludged, and focusing on main use cases. This component does not hold any reference to contexts
* it creates or uses, and caller of every method (except the createIndexingContext naturally) is obliged to
* explicitly supply {@link IndexingContext} to work with (perform searches or such).
*
* @author cstamas
* @since 5.1.0
Expand Down

0 comments on commit 2f05a81

Please sign in to comment.