Skip to content

Partial search

Edit page
PUT /test/querydsl/partial/keyword/doc
{
"_id": {
"_type": "keyword",
},
"field": {
"_type": "keyword",
"_value": "categorisation"
}
}
SEARCH /test/querydsl/partial/keyword/
PUT /test/querydsl/partial/text/doc
{
"_id": {
"_type": "keyword",
},
"field": {
"_type": "text",
"_value": "dynamic categorisation"
}
}
SEARCH /test/querydsl/partial/text/