mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-13 15:42:20 +00:00
DATAES-878 - Wrong value for TermVector.
Original PR: #492 (cherry picked from commit df4e6c449d4b5cf7a9196d88045f7b7af9060311)
This commit is contained in:
parent
8276023132
commit
0a2038505f
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user