public interface OccurrenceSearchService extends SearchService<Occurrence,OccurrenceSearchParameter,OccurrenceSearchRequest>
Modifier and Type | Method and Description |
---|---|
SearchResponse<Occurrence,OccurrenceSearchParameter> |
search(OccurrencePredicateSearchRequest request)
Occurrence search implementation that uses a predicate instead of request parameters.
|
List<String> |
suggestCatalogNumbers(@Min(value=1L) String prefix,
Integer limit)
Searches catalog numbers which start with the input prefix.
|
List<String> |
suggestCollectionCodes(@Min(value=1L) String prefix,
Integer limit)
Searches collection codes which start with the input prefix.
|
List<String> |
suggestDatasetName(@Min(value=1L) String prefix,
Integer limit)
Searches dataset names which start with the input prefix.
|
List<String> |
suggestEventId(@Min(value=1L) String prefix,
Integer limit)
Searches DwC eventIds which start with the input prefix.
|
List<String> |
suggestIdentifiedBy(@Min(value=1L) String prefix,
Integer limit)
Searches collector names (dwc:identifiedBy) which start with the input prefix.
|
List<String> |
suggestInstitutionCodes(@Min(value=1L) String prefix,
Integer limit)
Searches institution codes which start with the input prefix.
|
List<String> |
suggestLocalities(@Min(value=1L) String prefix,
Integer limit)
Searches DwC localities which start with the input prefix.
|
List<String> |
suggestOccurrenceIds(@Min(value=1L) String prefix,
Integer limit)
Searches DwC occurrenceIds which start with the input prefix.
|
List<String> |
suggestOrganismIds(@Min(value=1L) String prefix,
Integer limit)
Searches DwC organismsIds which start with the input prefix.
|
List<String> |
suggestOtherCatalogNumbers(@Min(value=1L) String prefix,
Integer limit)
Searches other catalog numbers which start with the input prefix.
|
List<String> |
suggestParentEventId(@Min(value=1L) String prefix,
Integer limit)
Searches DwC parentEventIds which start with the input prefix.
|
List<String> |
suggestRecordedBy(@Min(value=1L) String prefix,
Integer limit)
Searches collector names (dwc:recordedBy) which start with the input prefix.
|
List<String> |
suggestRecordNumbers(@Min(value=1L) String prefix,
Integer limit)
Searches record numbers which start with the input prefix.
|
List<String> |
suggestSamplingProtocol(@Min(value=1L) String prefix,
Integer limit)
Searches DwC sampling protocols which start with the input prefix.
|
List<String> |
suggestStateProvinces(@Min(value=1L) String prefix,
Integer limit)
Searches DwC state/provinces which start with the input prefix.
|
List<String> |
suggestWaterBodies(@Min(value=1L) String prefix,
Integer limit)
Searches DwC water bodies which start with the input prefix.
|
search
SearchResponse<Occurrence,OccurrenceSearchParameter> search(OccurrencePredicateSearchRequest request)
List<String> suggestCatalogNumbers(@Min(value=1L) @Min(value=1L) String prefix, @Nullable Integer limit)
prefix
- search patternlimit
- maximum number of results to returnList<String> suggestCollectionCodes(@Min(value=1L) @Min(value=1L) String prefix, @Nullable Integer limit)
prefix
- search patternlimit
- maximum number of results to returnList<String> suggestRecordedBy(@Min(value=1L) @Min(value=1L) String prefix, @Nullable Integer limit)
prefix
- search patternlimit
- maximum number of results to returnList<String> suggestIdentifiedBy(@Min(value=1L) @Min(value=1L) String prefix, @Nullable Integer limit)
prefix
- search patternlimit
- maximum number of results to returnList<String> suggestRecordNumbers(@Min(value=1L) @Min(value=1L) String prefix, @Nullable Integer limit)
prefix
- search patternlimit
- maximum number of results to returnList<String> suggestInstitutionCodes(@Min(value=1L) @Min(value=1L) String prefix, @Nullable Integer limit)
prefix
- search patternlimit
- maximum number of results to returnList<String> suggestOccurrenceIds(@Min(value=1L) @Min(value=1L) String prefix, @Nullable Integer limit)
prefix
- search patternlimit
- maximum number of results to returnList<String> suggestOrganismIds(@Min(value=1L) @Min(value=1L) String prefix, @Nullable Integer limit)
prefix
- search patternlimit
- maximum number of results to returnList<String> suggestLocalities(@Min(value=1L) @Min(value=1L) String prefix, @Nullable Integer limit)
prefix
- search patternlimit
- maximum number of results to returnList<String> suggestWaterBodies(@Min(value=1L) @Min(value=1L) String prefix, @Nullable Integer limit)
prefix
- search patternlimit
- maximum number of results to returnList<String> suggestStateProvinces(@Min(value=1L) @Min(value=1L) String prefix, @Nullable Integer limit)
prefix
- search patternlimit
- maximum number of results to returnList<String> suggestSamplingProtocol(@Min(value=1L) @Min(value=1L) String prefix, @Nullable Integer limit)
prefix
- search patternlimit
- maximum number of results to returnList<String> suggestEventId(@Min(value=1L) @Min(value=1L) String prefix, @Nullable Integer limit)
prefix
- search patternlimit
- maximum number of results to returnList<String> suggestParentEventId(@Min(value=1L) @Min(value=1L) String prefix, @Nullable Integer limit)
prefix
- search patternlimit
- maximum number of results to returnList<String> suggestOtherCatalogNumbers(@Min(value=1L) @Min(value=1L) String prefix, @Nullable Integer limit)
prefix
- search patternlimit
- maximum number of results to returnList<String> suggestDatasetName(@Min(value=1L) @Min(value=1L) String prefix, @Nullable Integer limit)
prefix
- search patternlimit
- maximum number of results to returnCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.