Skip to content

Commit

Permalink
Make docvalue skipper false in FieldTypeTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
iverase committed Aug 30, 2024
1 parent 53bd6eb commit b49ac93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public FieldInfo getFieldInfoWithName(String name) {
randomBoolean(),
IndexOptions.NONE,
DocValuesType.NONE,
randomBoolean(),
false,

This comment has been minimized.

Copy link
@javanna

javanna Aug 30, 2024

Member

@iverase thanks Ignacio, I was not sure myself about this.

This comment has been minimized.

Copy link
@iverase

iverase Aug 30, 2024

Author Contributor

Sure Luca, thanks for the effort!

-1,
new HashMap<>(),
1,
Expand Down

0 comments on commit b49ac93

Please sign in to comment.