public static class AbstractSolrOutput.SolrResponse extends Object
| Constructor and Description |
|---|
SolrResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,Object>> |
getDocs() |
Float |
getMaxScore() |
Long |
getNumFound() |
Long |
getStart() |
void |
setDocs(List<Map<String,Object>> docs) |
void |
setMaxScore(Float maxScore) |
void |
setNumFound(Long numFound) |
void |
setStart(Long start) |
Copyright © 2016. All rights reserved.