Package | Description |
---|---|
org.apache.maven.index | |
org.apache.maven.index.search.grouping |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,ArtifactInfoGroup> |
GroupedSearchResponse.results |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ArtifactInfoGroup> |
GroupedSearchResponse.getResults() |
Modifier and Type | Method and 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 and Description |
---|
GroupedSearchResponse(org.apache.lucene.search.Query query,
int totalHits,
java.util.Map<java.lang.String,ArtifactInfoGroup> results) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractGrouping.addArtifactInfo(java.util.Map<java.lang.String,ArtifactInfoGroup> result,
ArtifactInfo artifactInfo) |