1,554
edits
(add section for api examples, re-arrange) |
(clarifying →Elasticsearch Overview) |
||
Line 139: | Line 139: | ||
=== Elasticsearch Overview === | === Elasticsearch Overview === | ||
The iDigBio API does not currently (yet!) provide query/search capabilities. | The iDigBio API does not currently (yet!) provide query/search capabilities. For those who want programmatic search rather than a browser-based Search interface, iDigBio provides a public-facing interface to the back-end Elasticsearch system. This is the same interface that is used by the iDigBio Portal search but allows experienced programmers to search for data in ways beyond what is provided by the Portal. | ||
'''Note: Direct queries to the iDigBio Elasticsearch service should be considered an Advanced operation.''' | '''Note: Direct queries to the iDigBio Elasticsearch service should be considered an Advanced operation.''' | ||
Line 147: | Line 147: | ||
More detailed information on iDigBio Elasticsearch capabilities is available in [[iDigBio API v1 Specification#Search]]. | More detailed information on iDigBio Elasticsearch capabilities is available in [[iDigBio API v1 Specification#Search]]. | ||
See [[iDigBio API Examples]] for Elasticsearch examples that are specific to iDigBio. | See [[iDigBio API Examples]] for Elasticsearch query examples that are specific to iDigBio. |
edits