1,554
edits
(convert links to wiki links) |
|||
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." | 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 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 | The [http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl.html Elasticsearch Query Domain Specific Language (DSL)] and [http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/search-uri-request.html Elasticsearch URI Search] documents will likely be useful. | ||
There is also an [https://groups.google.com/forum/?fromgroups#!forum/elasticsearch elasticsearch Google Group] available. | |||
There is also an | |||
=== Elasticsearch - Records === | === Elasticsearch - Records === |
edits