Uses of Class
org.apache.maven.index.ArtifactInfo
Packages that use ArtifactInfo
Package
Description
-
Uses of ArtifactInfo in org.apache.maven.index
Fields in org.apache.maven.index with type parameters of type ArtifactInfoModifier and TypeFieldDescriptionstatic final Comparator<ArtifactInfo> ArtifactInfo.CONTEXT_VERSION_COMPARATORstatic final Comparator<ArtifactInfo> ArtifactInfo.REPOSITORY_VERSION_COMPARATORstatic final Comparator<ArtifactInfo> ArtifactInfo.VERSION_COMPARATORMethods in org.apache.maven.index that return ArtifactInfoModifier and TypeMethodDescriptionprotected ArtifactInfoDefaultIteratorResultSet.createNextAi()ArtifactContext.getArtifactInfo()DefaultIteratorResultSet.next()ArtifactInfo.setFieldValue(Field field, String value) Methods in org.apache.maven.index that return types with arguments of type ArtifactInfoModifier and TypeMethodDescriptionFlatSearchRequest.getArtifactInfoComparator()ArtifactInfoGroup.getArtifactInfos()FlatSearchResponse.getResults()DefaultIndexer.identify(File artifact, Collection<IndexingContext> contexts) DefaultIndexer.identify(org.apache.lucene.search.Query query, Collection<IndexingContext> contexts) Deprecated.DefaultNexusIndexer.identify(File artifact, Collection<IndexingContext> contexts) Deprecated.DefaultNexusIndexer.identify(org.apache.lucene.search.Query query) Deprecated.DefaultNexusIndexer.identify(org.apache.lucene.search.Query query, Collection<IndexingContext> contexts) Deprecated.Deprecated.Indexer.identify(File artifact, Collection<IndexingContext> contexts) Performs an "identity" search.Indexer.identify(org.apache.lucene.search.Query query, Collection<IndexingContext> contexts) Performs an "identity" search.Deprecated.NexusIndexer.identify(File artifact, Collection<IndexingContext> contexts) Deprecated.NexusIndexer.identify(org.apache.lucene.search.Query query) Deprecated.NexusIndexer.identify(org.apache.lucene.search.Query query, Collection<IndexingContext> contexts) Deprecated.Deprecated.DefaultIteratorResultSet.iterator()DefaultSearchEngine.searchFlat(Comparator<ArtifactInfo> artifactInfoComparator, Collection<IndexingContext> indexingContexts, org.apache.lucene.search.Query query) Deprecated.DefaultSearchEngine.searchFlat(Comparator<ArtifactInfo> artifactInfoComparator, IndexingContext indexingContext, org.apache.lucene.search.Query query) Deprecated.SearchEngine.searchFlat(Comparator<ArtifactInfo> artifactInfoComparator, Collection<IndexingContext> indexingContexts, org.apache.lucene.search.Query query) Deprecated.SearchEngine.searchFlat(Comparator<ArtifactInfo> artifactInfoComparator, IndexingContext indexingContext, org.apache.lucene.search.Query query) Deprecated.Methods in org.apache.maven.index with parameters of type ArtifactInfoModifier and TypeMethodDescriptionprotected abstract booleanAbstractMultiArtifactInfoFilter.accepts(List<ArtifactInfoFilter> filters, IndexingContext ctx, ArtifactInfo ai) It is left to final implementor to implement how we want to decide using filters.booleanAbstractMultiArtifactInfoFilter.accepts(IndexingContext ctx, ArtifactInfo ai) The filter's implementation is: if list of filters is empty, the just accept it, otherwise consult the list of filters.protected booleanAndMultiArtifactInfoFilter.accepts(List<ArtifactInfoFilter> filters, IndexingContext ctx, ArtifactInfo ai) booleanArtifactInfoFilter.accepts(IndexingContext ctx, ArtifactInfo ai) booleanUniqueArtifactFilterPostprocessor.accepts(IndexingContext ctx, ArtifactInfo ai) booleanUniqueGAArtifactFilterPostprocessor.accepts(IndexingContext ctx, ArtifactInfo ai) Deprecated.booleanArtifactInfoGroup.addArtifactInfo(ArtifactInfo artifactInfo) booleanGrouping.addArtifactInfo(Map<String, ArtifactInfoGroup> result, ArtifactInfo artifactInfo) Adds a single ArticatInfo to the result map.protected voidDefaultIteratorResultSet.calculateHighlights(IndexingContext context, org.apache.lucene.document.Document d, ArtifactInfo ai) Creates the MatchHighlights and adds them to ArtifactInfo if found/can.voidArtifactInfoPostprocessor.postprocess(IndexingContext ctx, ArtifactInfo ai) voidUniqueArtifactFilterPostprocessor.postprocess(IndexingContext ctx, ArtifactInfo ai) voidUniqueGAArtifactFilterPostprocessor.postprocess(IndexingContext ctx, ArtifactInfo ai) Deprecated.Method parameters in org.apache.maven.index with type arguments of type ArtifactInfoModifier and TypeMethodDescriptionDefaultSearchEngine.searchFlat(Comparator<ArtifactInfo> artifactInfoComparator, Collection<IndexingContext> indexingContexts, org.apache.lucene.search.Query query) Deprecated.DefaultSearchEngine.searchFlat(Comparator<ArtifactInfo> artifactInfoComparator, IndexingContext indexingContext, org.apache.lucene.search.Query query) Deprecated.protected intDefaultSearchEngine.searchFlat(FlatSearchRequest req, Collection<ArtifactInfo> result, List<IndexingContext> participatingContexts, org.apache.lucene.search.Query query) SearchEngine.searchFlat(Comparator<ArtifactInfo> artifactInfoComparator, Collection<IndexingContext> indexingContexts, org.apache.lucene.search.Query query) Deprecated.SearchEngine.searchFlat(Comparator<ArtifactInfo> artifactInfoComparator, IndexingContext indexingContext, org.apache.lucene.search.Query query) Deprecated.voidFlatSearchRequest.setArtifactInfoComparator(Comparator<ArtifactInfo> artifactInfoComparator) Constructors in org.apache.maven.index with parameters of type ArtifactInfoModifierConstructorDescriptionArtifactContext(File pom, File artifact, File metadata, ArtifactInfo artifactInfo, Gav gav) Constructor parameters in org.apache.maven.index with type arguments of type ArtifactInfoModifierConstructorDescriptionArtifactInfoGroup(String groupKey, Comparator<ArtifactInfo> comparator) FlatSearchRequest(org.apache.lucene.search.Query query, Comparator<ArtifactInfo> artifactInfoComparator) FlatSearchRequest(org.apache.lucene.search.Query query, Comparator<ArtifactInfo> artifactInfoComparator, IndexingContext context) FlatSearchResponse(org.apache.lucene.search.Query query, int totalHits, Set<ArtifactInfo> results) -
Uses of ArtifactInfo in org.apache.maven.index.context
Methods in org.apache.maven.index.context that return ArtifactInfoModifier and TypeMethodDescriptionstatic ArtifactInfoIndexUtils.constructArtifactInfo(org.apache.lucene.document.Document doc, IndexingContext context) Methods in org.apache.maven.index.context with parameters of type ArtifactInfoModifier and TypeMethodDescriptionbooleanIndexCreator.updateArtifactInfo(org.apache.lucene.document.Document document, ArtifactInfo artifactInfo) Update anArtifactInfofrom given LuceneDocument.voidIndexCreator.updateDocument(ArtifactInfo artifactInfo, org.apache.lucene.document.Document document) Update LuceneDocumentfrom a givenArtifactInfo.static org.apache.lucene.document.DocumentIndexUtils.updateDocument(org.apache.lucene.document.Document doc, IndexingContext context, boolean updateLastModified, ArtifactInfo ai) -
Uses of ArtifactInfo in org.apache.maven.index.creator
Methods in org.apache.maven.index.creator with parameters of type ArtifactInfoModifier and TypeMethodDescriptionbooleanJarFileContentsIndexCreator.updateArtifactInfo(org.apache.lucene.document.Document doc, ArtifactInfo artifactInfo) booleanMavenArchetypeArtifactInfoIndexCreator.updateArtifactInfo(org.apache.lucene.document.Document doc, ArtifactInfo ai) booleanMavenPluginArtifactInfoIndexCreator.updateArtifactInfo(org.apache.lucene.document.Document doc, ArtifactInfo ai) booleanMinimalArtifactInfoIndexCreator.updateArtifactInfo(org.apache.lucene.document.Document doc, ArtifactInfo ai) booleanOsgiArtifactIndexCreator.updateArtifactInfo(org.apache.lucene.document.Document document, ArtifactInfo artifactInfo) voidJarFileContentsIndexCreator.updateDocument(ArtifactInfo ai, org.apache.lucene.document.Document doc) voidMavenArchetypeArtifactInfoIndexCreator.updateDocument(ArtifactInfo ai, org.apache.lucene.document.Document doc) voidMavenPluginArtifactInfoIndexCreator.updateDocument(ArtifactInfo ai, org.apache.lucene.document.Document doc) voidMinimalArtifactInfoIndexCreator.updateDocument(ArtifactInfo ai, org.apache.lucene.document.Document doc) voidOsgiArtifactIndexCreator.updateDocument(ArtifactInfo artifactInfo, org.apache.lucene.document.Document document) voidJarFileContentsIndexCreator.updateLegacyDocument(ArtifactInfo ai, org.apache.lucene.document.Document doc) voidLegacyDocumentUpdater.updateLegacyDocument(ArtifactInfo ai, org.apache.lucene.document.Document doc) Update a legacy LuceneDocumentfrom theArtifactInfo.voidMinimalArtifactInfoIndexCreator.updateLegacyDocument(ArtifactInfo ai, org.apache.lucene.document.Document doc) -
Uses of ArtifactInfo in org.apache.maven.index.examples.indexing
Methods in org.apache.maven.index.examples.indexing that return types with arguments of type ArtifactInfoModifier and TypeMethodDescriptionSearchResults.getResults()RepositoryIndexer.search(String groupId, String artifactId, String version, String packaging, String classifier) RepositoryIndexer.searchBySHA1(String checksum) Methods in org.apache.maven.index.examples.indexing with parameters of type ArtifactInfoModifier and TypeMethodDescriptionvoidRepositoryIndexer.addArtifactToIndex(File artifactFile, ArtifactInfo artifactInfo) Method parameters in org.apache.maven.index.examples.indexing with type arguments of type ArtifactInfoModifier and TypeMethodDescriptionvoidRepositoryIndexer.delete(Collection<ArtifactInfo> artifacts) voidSearchResults.setResults(Map<String, Collection<ArtifactInfo>> results) -
Uses of ArtifactInfo in org.apache.maven.index.examples.services.impl
Methods in org.apache.maven.index.examples.services.impl that return types with arguments of type ArtifactInfoModifier and TypeMethodDescriptionArtifactIndexingServiceImpl.getResultsMap(String repositoryId, String query) -
Uses of ArtifactInfo in org.apache.maven.index.search.grouping
Methods in org.apache.maven.index.search.grouping with parameters of type ArtifactInfoModifier and TypeMethodDescriptionbooleanAbstractGrouping.addArtifactInfo(Map<String, ArtifactInfoGroup> result, ArtifactInfo artifactInfo) protected abstract StringAbstractGrouping.getGroupKey(ArtifactInfo artifactInfo) protected StringGAGrouping.getGroupKey(ArtifactInfo artifactInfo) protected StringGAVGrouping.getGroupKey(ArtifactInfo artifactInfo) protected StringGGrouping.getGroupKey(ArtifactInfo artifactInfo) protected StringRGAVGrouping.getGroupKey(ArtifactInfo artifactInfo) protected StringRGGrouping.getGroupKey(ArtifactInfo artifactInfo) Constructor parameters in org.apache.maven.index.search.grouping with type arguments of type ArtifactInfoModifierConstructorDescriptionAbstractGrouping(Comparator<ArtifactInfo> comparator) GAGrouping(Comparator<ArtifactInfo> comparator) GAVGrouping(Comparator<ArtifactInfo> comparator) GGrouping(Comparator<ArtifactInfo> comparator) RGAVGrouping(Comparator<ArtifactInfo> comparator) RGGrouping(Comparator<ArtifactInfo> comparator) -
Uses of ArtifactInfo in org.apache.maven.index.treeview
Methods in org.apache.maven.index.treeview with parameters of type ArtifactInfoModifier and TypeMethodDescriptionDefaultTreeNodeFactory.createANode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path) TreeNodeFactory.createANode(IndexTreeView tview, TreeViewRequest request, ArtifactInfo ai, String path) DefaultTreeNodeFactory.createArtifactNode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path) TreeNodeFactory.createArtifactNode(IndexTreeView tview, TreeViewRequest request, ArtifactInfo ai, String path) DefaultTreeNodeFactory.createVNode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path) TreeNodeFactory.createVNode(IndexTreeView tview, TreeViewRequest request, ArtifactInfo ai, String path) protected TreeNodeDefaultTreeNodeFactory.decorateANode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path, TreeNode node) protected TreeNodeDefaultTreeNodeFactory.decorateArtifactNode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path, TreeNode node) protected TreeNodeDefaultTreeNodeFactory.decorateVNode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path, TreeNode node) protected StringDefaultIndexTreeView.getPathForAi(ArtifactInfo ai, Field field) Builds a path out from ArtifactInfo. -
Uses of ArtifactInfo in org.apache.maven.search.backend.indexer
Methods in org.apache.maven.search.backend.indexer that return types with arguments of type ArtifactInfoModifier and TypeMethodDescriptionIndexerCoreSearchResponse.getArtifactInfos()Returns the "raw" list ofArtifactInfos used to create this response, nevernull. -
Uses of ArtifactInfo in org.apache.maven.search.backend.indexer.internal
Methods in org.apache.maven.search.backend.indexer.internal that return types with arguments of type ArtifactInfo