1,554
edits
(add description column) |
|||
Line 213: | Line 213: | ||
According to the [http://www.elasticsearch.org/overview/elasticsearch/ Elasticsearch project site], Elasticsearch is a "flexible and powerful open source, distributed, real-time search and analytics engine." | According to the [http://www.elasticsearch.org/overview/elasticsearch/ Elasticsearch project site], Elasticsearch is a "flexible and powerful open source, distributed, real-time search and analytics engine." | ||
The iDigBio search index provides two document types to query on: Records and Media Records. Search results are returned as JSON-formatted documents. Each type can be queried through the following respective URLs: | The iDigBio search index provides two document types to query on: '''Records''' (specimen records) and '''Media Records''' (media metadata). Search results are returned as JSON-formatted documents. Each type can be queried through the following respective URLs: | ||
{| class="wikitable" | {| class="wikitable" | ||
!Query Type | !Query Type | ||
!Description | |||
!Search URL | !Search URL | ||
|- | |- | ||
|Records | |Records | ||
|specimen records | |||
|https://search.idigbio.org/idigbio/records/_search | |https://search.idigbio.org/idigbio/records/_search | ||
|- | |- | ||
|Media Records | |Media Records | ||
|media metadata records | |||
|https://search.idigbio.org/idigbio/mediarecords/_search | |https://search.idigbio.org/idigbio/mediarecords/_search | ||
|} | |} |
edits