You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS version (uname -a if on a Unix-like system): Ubuntu 14.04.4 LTS
Description of the problem including expected versus actual behavior: When creating term vectors for a nested document with bigrams, the result is always a unigram if term vectors are dynamically evaluated, if they are evaluated and stored, result is an empty array. However same works for fields in non-nested document
Steps to reproduce:
I have a a document which contains a subdocument, as such I have made the subdocument a nested property of the document. Now i need to find term vectors for the sub document. My terms can be unigrams or bigrams, hence I created an analyzer with shingle filter. The setting for the index is as follows
I don't think that nested documents are supported by the Term Vectors API and I don't think it is planned to be supported.
I'm going to label this issue as "Discuss" so that users and contributors can argue on the need and feasibility to add such a feature to the Term Vectors API.
Describe the feature:
Elasticsearch version: 5.2.1
Plugins installed: []
JVM version (
java -version
): 1.8.0_101OS version (
uname -a
if on a Unix-like system): Ubuntu 14.04.4 LTSDescription of the problem including expected versus actual behavior: When creating term vectors for a nested document with bigrams, the result is always a unigram if term vectors are dynamically evaluated, if they are evaluated and stored, result is an empty array. However same works for fields in non-nested document
Steps to reproduce:
I have a a document which contains a subdocument, as such I have made the subdocument a nested property of the document. Now i need to find term vectors for the sub document. My terms can be unigrams or bigrams, hence I created an analyzer with shingle filter. The setting for the index is as follows
When i execute request
I get empty result. However if instead of the above query i run the following,
The text was updated successfully, but these errors were encountered: