Closed
Description
inazuma1 opened DATAES-991 and commented
According to elasticsearch guide, the term_vector can be: with_positions_offsets_payloads .
But in: org.springframework.data.elasticsearch.annotations.TermVector, provide with_positions_offets_payloads.
When i use this value to create mapping, got an error: wrong value for termVector [with_positions_offets_payloads]
Affects: 4.0.5 (Neumann SR5), 4.1.1 (2020.0.1)
Referenced from: pull request #564
Backported to: 4.1.2 (2020.0.2), 4.0.6 (Neumann SR6)