-
Notifications
You must be signed in to change notification settings - Fork 3
Useful ES queries
Kalyan Dutia edited this page Aug 6, 2020
·
1 revision
GET heritageconnector/_search
{
"query": {
"match_all": {}
}
}
Field helpfully autocompletes if you start typing.
GET heritageconnector/_search
{
"query": {
"query_string": {
"default_field": "doc.graph.@foaf:[email protected]",
"query": "*"
}
}
}
GET wikidump_humans/_search
{
"query": {
"multi_match" : {
"query": "john lennon",
"fields": [ "labels", "aliases" ]
}
}
}
-
Heritage Connector project page on Science Museum Group website
-
Heritage Connector is funded by the Arts and Humanities Research Council