@@ -44,10 +44,14 @@ The version number will be applied according to [Semantic Versioning 2.0.0](http
| URI | a valid URI, see [URI Syntax](#uri-syntax) |
| int | a non-negative Integer value |
#### URI Syntax
The URI Syntax is used according to the one described at [IIIF](https://iiif.io/api/image/2.1/#uri-syntax).
## About this SearchAPI
The used query syntax and objects are prepared alike [Elasticsearch`s Search API](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html), but
The used query syntax and objects are prepared alike [Elasticsearch\`s Search API](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html)(v7.13), but
not completely similar.
This API is a standalone development especially for the Ahiqar project.
...
...
@@ -61,14 +65,25 @@ This API is a standalone development especially for the Ahiqar project.
| Field Name | Cardinality | Type | Description |
|----|----|----|----|
| query.simple_query_string.query | 1 | string | search query see [query string rules](#query-string-rules) and [Lucene syntax](https://lucene.apache.org/core/8_9_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description) |
| from | 1 | int | start item in response |
| query | 1 | [Simple Query String Object](#simple-query-string-object) | main object for setting up the query |
| from | 1 | int | zero-based index of start item in response |