Why does the field with the copy_to option not return any vector data of the term? For example, I run the following:
GET my_index/my_type/1/_termvectors?fields=full_name
full_nameis a composition of first_nameand last_nameof which both return timeline vectors.
source
share