Uses of Class
org.apache.maven.index.ArtifactInfoGroup
-
Packages that use ArtifactInfoGroup Package Description org.apache.maven.index org.apache.maven.index.search.grouping -
-
Uses of ArtifactInfoGroup in org.apache.maven.index
Fields in org.apache.maven.index with type parameters of type ArtifactInfoGroup Modifier and Type Field Description private java.util.Map<java.lang.String,ArtifactInfoGroup>
GroupedSearchResponse. results
Methods in org.apache.maven.index that return types with arguments of type ArtifactInfoGroup Modifier and Type Method Description java.util.Map<java.lang.String,ArtifactInfoGroup>
GroupedSearchResponse. getResults()
Method parameters in org.apache.maven.index with type arguments of type ArtifactInfoGroup Modifier and Type Method Description boolean
Grouping. addArtifactInfo(java.util.Map<java.lang.String,ArtifactInfoGroup> result, ArtifactInfo artifactInfo)
Adds a single ArticatInfo to the result map.protected int
DefaultSearchEngine. searchGrouped(GroupedSearchRequest req, java.util.Map<java.lang.String,ArtifactInfoGroup> result, Grouping grouping, java.util.List<IndexingContext> participatingContexts, org.apache.lucene.search.Query query)
Constructor parameters in org.apache.maven.index with type arguments of type ArtifactInfoGroup Constructor Description GroupedSearchResponse(org.apache.lucene.search.Query query, int totalHits, java.util.Map<java.lang.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 ArtifactInfoGroup Modifier and Type Method Description boolean
AbstractGrouping. addArtifactInfo(java.util.Map<java.lang.String,ArtifactInfoGroup> result, ArtifactInfo artifactInfo)
-