-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Term vectors for nested fields #91902
Copy link
Copy link
Open
Labels
:Search Relevance/SearchCatch all for Search RelevanceCatch all for Search Relevance>bugTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearchpriority:normalA label for assessing bug priority to be used by ES engineersA label for assessing bug priority to be used by ES engineers
Metadata
Metadata
Assignees
Labels
:Search Relevance/SearchCatch all for Search RelevanceCatch all for Search Relevance>bugTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearchpriority:normalA label for assessing bug priority to be used by ES engineersA label for assessing bug priority to be used by ES engineers
Type
Fields
Give feedbackNo fields configured for issues without a type.
Elasticsearch Version
7.14.2
Installed Plugins
No response
Java Version
openjdk version "1.8.0-262" OpenJDK Runtime Environment (build 1.8.0-262-b10) OpenJDK 64-Bit Server VM (build 25.71-b10, mixed mode)
OS Version
windows 10
Problem Description
Using the mtermvectors api to get the term vectors (with term_statistics) for an artificial document Elasticsearch will ignore the nested fields.
Steps to Reproduce
To reproduce:
Create the index and upload a doc
Request the term vector for an artificial document
Response
The response does not include the term vector for the nested field.
Logs (if relevant)
No response