Skip to content

Commit df4e6c4

Browse files
authored
DATAES-878 - Wrong value for TermVector.
Original PR: spring-projects#492
1 parent 168bc2d commit df4e6c4

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/springframework/data/elasticsearch/annotations

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/elasticsearch/annotations/TermVector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
* @since 4.0
2121
*/
2222
public enum TermVector {
23-
none, no, yes, with_positions, with_offsets, woth_positions_offsets, with_positions_payloads, with_positions_offets_payloads
23+
none, no, yes, with_positions, with_offsets, with_positions_offsets, with_positions_payloads, with_positions_offets_payloads
2424
}

0 commit comments

Comments
 (0)