Uses of Class
org.apache.maven.index.ArtifactInfoGroup
Packages that use ArtifactInfoGroup
-
Uses of ArtifactInfoGroup in org.apache.maven.index
Methods in org.apache.maven.index that return types with arguments of type ArtifactInfoGroupMethod parameters in org.apache.maven.index with type arguments of type ArtifactInfoGroupModifier and TypeMethodDescriptionbooleanGrouping.addArtifactInfo(Map<String, ArtifactInfoGroup> result, ArtifactInfo artifactInfo) Adds a single ArticatInfo to the result map.protected intDefaultSearchEngine.searchGrouped(GroupedSearchRequest req, Map<String, ArtifactInfoGroup> result, Grouping grouping, List<IndexingContext> participatingContexts, org.apache.lucene.search.Query query) Constructor parameters in org.apache.maven.index with type arguments of type ArtifactInfoGroupModifierConstructorDescriptionGroupedSearchResponse(org.apache.lucene.search.Query query, int totalHits, Map<String, ArtifactInfoGroup> results) -
Uses of ArtifactInfoGroup in org.apache.maven.index.search.grouping
Method parameters in org.apache.maven.index.search.grouping with type arguments of type ArtifactInfoGroupModifier and TypeMethodDescriptionbooleanAbstractGrouping.addArtifactInfo(Map<String, ArtifactInfoGroup> result, ArtifactInfo artifactInfo)