Slide 8
Slide 8 text
www.elastic.co Copyright Elastic 2015 Copying, publishing and/or
distributing without written permission is strictly prohibited
8
Example
{
"vertex_fields": ["artists.raw"],
"query": {
"terms": {
"artists.raw": [
"faith no more"
]
}
}
}
{
"edges": [
{
"source": "artists.raw:mr. bungle",
"target": "artists.raw:peeping tom",
"weight": 1.4966674877093182
},
{
"source": "artists.raw:mr. bungle",
"target": "artists.raw:faith no more",
"weight": 6.446279632618163
}, ...
],
"vertices": [
{
"id": "artists.raw:peeping tom",
"field": "artists.raw",
"hopDepth": 1,
"weight": 0.3542307820922224,
"term": "peeping tom"
},
{
"id": "artists.raw:mr. bungle",
"field": "artists.raw",
"hopDepth": 1,
"weight": 0.445934308316037,
"term": "mr. bungle"
}, ...
]
}
Request Response