Uses of Class
org.apache.maven.index.context.UnsupportedExistingLuceneIndexException
Packages that use UnsupportedExistingLuceneIndexException
-
Uses of UnsupportedExistingLuceneIndexException in org.apache.maven.index
Methods in org.apache.maven.index that throw UnsupportedExistingLuceneIndexExceptionModifier and TypeMethodDescriptionDefaultNexusIndexer.addIndexingContext
(String id, String repositoryId, File repository, File indexDirectory, String repositoryUrl, String indexUpdateUrl, List<? extends IndexCreator> indexers) Deprecated.DefaultNexusIndexer.addIndexingContext
(String id, String repositoryId, File repository, org.apache.lucene.store.Directory directory, String repositoryUrl, String indexUpdateUrl, List<? extends IndexCreator> indexers) Deprecated.NexusIndexer.addIndexingContext
(String id, String repositoryId, File repository, File indexDirectory, String repositoryUrl, String indexUpdateUrl, List<? extends IndexCreator> indexers) Deprecated.NexusIndexer.addIndexingContext
(String id, String repositoryId, File repository, org.apache.lucene.store.Directory directory, String repositoryUrl, String indexUpdateUrl, List<? extends IndexCreator> indexers) Deprecated.UseIndexer
instead.
Indexer
instead.