1,554
edits
(add note on lowercase) |
|||
Line 211: | Line 211: | ||
'''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.''' | ||
According to the Elasticsearch project site, Elasticsearch is a "flexible and powerful open source, distributed, real-time search and analytics engine." For more information, see http://www.elasticsearch.org/overview/elasticsearch/ | According to the Elasticsearch project site, Elasticsearch is a "flexible and powerful open source, distributed, real-time search and analytics engine." For more information, see http://www.elasticsearch.org/overview/elasticsearch/. | ||
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 and Media Records. Search results are returned as JSON-formatted documents. Each type can be queried through the following respective URLs: | ||
Line 226: | Line 226: | ||
|} | |} | ||
The Elasticsearch Query Domain Specific Language (DSL) | The following are external links to Elasticsearch reference documentation: | ||
Elasticsearch Query Domain Specific Language (DSL): http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl.html | |||
Elasticsearch URI Request: http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/search-uri-request.html | |||
There is also an elasticsearch Google Group https://groups.google.com/forum/?fromgroups#!forum available. | |||
=== Elasticsearch - Records === | === Elasticsearch - Records === |
edits