Concept "Term Vectors"
Component0740498519
Jump to navigation
Jump to search
|
Content
HasElasticConceptType DocumentAPI
https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-termvectors.html
POST /INDEX/_doc/ID/_termvectors { "fields": [ "HasEntityKeywords" ], "offsets": true, "payloads": true, "positions": true, "term_statistics": true, "field_statistics": true }
- Returns information and statistics on terms in the fields of a particular document.