public class GroupedSearchResponse extends AbstractSearchResponse
Constructor and Description |
---|
GroupedSearchResponse(org.apache.lucene.search.Query query,
int totalHits,
Map<String,ArtifactInfoGroup> results) |
Modifier and Type | Method and Description |
---|---|
Map<String,ArtifactInfoGroup> |
getResults() |
close, getQuery, getReturnedHitsCount, getTotalHits, getTotalHitsCount, isHitLimitExceeded
public GroupedSearchResponse(org.apache.lucene.search.Query query, int totalHits, Map<String,ArtifactInfoGroup> results)
public Map<String,ArtifactInfoGroup> getResults()
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.