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