1,554
edits
Line 214: | Line 214: | ||
'''Direct queries to the iDigBio Elasticsearch service should be considered an Advanced operation.''' | '''Direct queries to the iDigBio Elasticsearch service should be considered an Advanced operation.''' | ||
More information about querying an Elastic Search server can be found at: http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/query-dsl.html | |||
The iDigBio Elasticsearch service is accessed via the base URL: | The iDigBio Elasticsearch service is accessed via the base URL: | ||
Line 221: | Line 223: | ||
The indexes provide two document types to query on; Records and Media Records. | The indexes provide two document types to query on; Records and Media Records. | ||
h3. Elasticsearch records | |||
https://search.idigbio.org/idigbio/records/_search | https://search.idigbio.org/idigbio/records/_search | ||
h3. Elasticsearch mediarecords | |||
https://search.idigbio.org/idigbio/mediarecords/_search | https://search.idigbio.org/idigbio/mediarecords/_search | ||
edits