Partial search
Edit pageSearch keywords and text with partial
Section titled “Search keywords and text with partial”Index keywords values
Section titled “Index keywords values”PUT /test/querydsl/partial/keyword/doc
{ "_id": { "_type": "keyword", }, "field": { "_type": "keyword", "_value": "categorisation" }}Search partial
Section titled “Search partial”SEARCH /test/querydsl/partial/keyword/Index text values
Section titled “Index text values”PUT /test/querydsl/partial/text/doc
{ "_id": { "_type": "keyword", }, "field": { "_type": "text", "_value": "dynamic categorisation" }}Search partial
Section titled “Search partial”SEARCH /test/querydsl/partial/text/