Anne L'Hôte
Département des outils d'aide
à la décision - SIES - MESR
“The percolate query can be used to match queries stored in an index. The percolate query itself contains the document that will be used as query to match with the stored queries.“
{
"query": {
"percolate": {
"field": "query",
"document": {
"content": "cnrs paris france"
}
}
},
"_source": {
"includes": [
"rors"
]
},
"highlight": {
"fields": {
"content": {
"type": "unified"
}
}
}
}
| matcher | precision | recall |
|---|---|---|
| country | 0.9953 | 0.9690 |
| grid | 0.7946 | 0.5944 |
| rnsr | 0.9654 | 0.8192 |
| ror | 0.8891 | 0.2356 |