Commit 739a174
committed
remove term_vector and fielddata from pod.analyzed
As far as I can tell, these are unused. These fields are using the
string type, which will be automatically be converted to text or keyword
types. With term_vector and fielddata, this automatic conversion can't
be done. Removing them allow the same mapping to work on both
Elasticsearch 2.4 and 5.1 parent f4a813e commit 739a174
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
| 213 | + | |
217 | 214 | | |
218 | 215 | | |
219 | 216 | | |
| |||
0 commit comments