1,554
edits
Line 497: | Line 497: | ||
=== Elasticsearch Examples === | === Elasticsearch Examples === | ||
Find all specimen records that meet the following criteia: | |||
* Have an image (mediarecord) associated with the specimen record | |||
* Are from Hocking or Fairfield County, Ohio. | |||
To resolve this criteria, we need the following (expressed in pseudocode): | |||
# hasImage is true | |||
# county is equal to "Hocking" or "Fairfield" | |||
# stateprovince is equal to "Ohio" (there is a Fairfield county in multiple locations around the world) | |||
=== API Performance === | === API Performance === |
edits