DATAES-878 - Wrong value for TermVector.

Original PR: #492
This commit is contained in:
Peter-Josef Meisch 2020-07-02 06:41:35 +02:00 committed by GitHub
parent 168bc2dab5
commit df4e6c449d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,5 +20,5 @@ package org.springframework.data.elasticsearch.annotations;
* @since 4.0
*/
public enum TermVector {
none, no, yes, with_positions, with_offsets, woth_positions_offsets, with_positions_payloads, with_positions_offets_payloads
none, no, yes, with_positions, with_offsets, with_positions_offsets, with_positions_payloads, with_positions_offets_payloads
}