Interface and Description |
---|
org.apache.maven.index.NexusIndexer
Use
Indexer instead. |
Class and Description |
---|
org.apache.maven.index.DefaultNexusIndexer
Use
Indexer instead. Discouraged from further use, as it suffers from multiple synchronization
and other problems. As it tries to serve as "context registry" too, but it does not synchronize the
access to it, but also, introduces some extras (like "targeted" vs "non targeted" search), that makes
it's behavior less intuitive. |
org.apache.maven.index.context.NexusAnalyzer.DeprecatedClassnamesTokenizer |
org.apache.maven.index.UniqueGAArtifactFilterPostprocessor
Use
UniqueArtifactFilterPostprocessor instead. |
Exceptions and Description |
---|
org.apache.maven.index.context.UnsupportedExistingLuceneIndexException
The deprecated
NexusIndexer uses this exception. Use
Indexer instead. |
Field and Description |
---|
org.apache.maven.index.IteratorSearchResponse.EMPTY_ITERATOR_SEARCH_RESPONSE
Use
IteratorSearchResponse.empty(Query) instead. |
org.apache.maven.index.OSGI.EXPORT_SERVICE |
org.apache.maven.index.creator.OsgiArtifactIndexCreator.FLD_BUNDLE_EXPORT_SERVIVE |
org.apache.maven.index.IteratorSearchResponse.TOO_MANY_HITS_ITERATOR_SEARCH_RESPONSE
Left here for backward compatibility, but since version 4.1.0 (see MINDEXER-14) there is NO notion of
"hit limit" anymore.
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.