T
- the type of returned resultsP
- the supported search parameter enumerationR
- the supported search request type. For faceted searches this needs to extend
FacetedSearchRequest
public interface SuggestService<T,P extends Enum<?> & SearchParameter,R extends SearchRequest<P>>
Modifier and Type | Method and Description |
---|---|
List<T> |
suggest(R suggestRequest)
Issues a SearchRequest for a suggest and retrieves the list of matches.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.