Searching InterLex
Last updated
Last updated
The InterLex APIs are provided via an ElasticSearch endpoint.
Access to the InterLex API is provided via an Elasticsearch pass-through.
POST
https://api.scicrunch.io/elastic/v1/Interlex_pr/_search
The pass-through is accessible at https://scicrunch.org/api/1/elastic. Similar to standard Elasticsearch APIs you must then supply an index and an action. In this case the Interlex index (Interlex_pr) and the search command (_search). Documentation on the Elasticsearch Search API is available at https://www.elastic.co/guide/en/elasticsearch/reference/6.8/search.html
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
GET
https://api.scicrunch.io/elastic/v1/Interlex_pr/_search
The pass-through is accessible at https://scicrunch.org/api/1/elastic. Similar to standard Elasticsearch APIs you must then supply an index and an action. In this case the Interlex index (Interlex_pr) and the search command (_search). Documentation on the Elasticsearch Search API is available at https://www.elastic.co/guide/en/elasticsearch/reference/6.8/search.html
Management of indices is accomplished via Elasticsearch aliases. The index aliases are provided:
Using aliases will allow for testing on updates and enhancements to the index structure. If needed additional aliases can be constructed for specialized testing.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Index Alias | Description |
---|---|
index*
string
For InterLex this is Interlex_pr
apikey*
String
Your API key to access the services
data
String
JSON query body
index*
String
For InterLex this is Interlex_pr
q
String
Search String
apikey*
String
Your API key to access the services
Interlex_pr
Production Interlex index