static SearchResultCollection.Builder |
SearchResultCollection.builder() |
Create a new builder.
|
SearchResultCollection.Builder |
SearchResultCollection.Builder.copy(SearchResultCollection model) |
|
SearchResultCollection.Builder |
SearchResultCollection.Builder.count(Integer count) |
Total number of items returned.
|
SearchResultCollection.Builder |
SearchResultCollection.Builder.facetedSearchAggregation(List<FacetedSearchAggregation> facetedSearchAggregation) |
Aggregations/facets on properties of data objects.
|
SearchResultCollection.Builder |
SearchResultCollection.Builder.items(List<SearchResult> items) |
Search result set.
|
SearchResultCollection.Builder |
SearchResultCollection.Builder.query(String query) |
String that data objects are to be searched with.
|
SearchResultCollection.Builder |
SearchResultCollection.Builder.sortableFields(List<String> sortableFields) |
A list of fields or properties used in the sorting of a search result.
|
SearchResultCollection.Builder |
SearchResultCollection.toBuilder() |
|