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 NexusIndexMultiReader
DefaultSearchEngine. 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
Fields in org.apache.maven.index.context declared as NexusIndexMultiReader Modifier and Type Field Description private NexusIndexMultiReader
NexusIndexMultiSearcher. nexusIndexMultiReader
Methods in org.apache.maven.index.context that return NexusIndexMultiReader Modifier and Type Method Description NexusIndexMultiReader
NexusIndexMultiSearcher. getNexusIndexMultiReader()
Constructors in org.apache.maven.index.context with parameters of type NexusIndexMultiReader Constructor Description NexusIndexMultiSearcher(NexusIndexMultiReader reader)
-