| Modifier and Type | Method and Description |
|---|---|
SearchResultDocumentList |
SearchResponse.getResults()
May return an empty list, but never null.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResultDocumentList |
BaseSearchResponse.getResults() |
| Constructor and Description |
|---|
BaseSearchResponse(Map<String,Map<String,List<String>>> highlighting,
Map<String,SearchFacetField> facetFields,
SearchResultDocumentList results) |
| Modifier and Type | Class and Description |
|---|---|
class |
SolrSearchResultDocumentList
A Solr-based implementation of SearchResultDocumentList.
|
Copyright © 2022. All rights reserved.