Uses of Class
org.apache.maven.index.context.NexusIndexMultiReader
-
Packages that use NexusIndexMultiReader Package Description org.apache.maven.index org.apache.maven.index.context -
-
Uses of NexusIndexMultiReader in org.apache.maven.index
Methods in org.apache.maven.index that return NexusIndexMultiReader Modifier and Type Method Description protected NexusIndexMultiReaderDefaultSearchEngine. getMergedIndexReader(java.util.Collection<IndexingContext> indexingContexts, boolean ignoreContext)Locks down participating contexts, and returns a "merged" reader of them. -
Uses of NexusIndexMultiReader in org.apache.maven.index.context
Methods in org.apache.maven.index.context that return NexusIndexMultiReader Modifier and Type Method Description NexusIndexMultiReaderNexusIndexMultiSearcher. getNexusIndexMultiReader()Constructors in org.apache.maven.index.context with parameters of type NexusIndexMultiReader Constructor Description NexusIndexMultiSearcher(NexusIndexMultiReader reader)
-