Skip to content

Commit

Permalink
rename field
Browse files Browse the repository at this point in the history
  • Loading branch information
ywelsch committed Jun 17, 2021
1 parent ba22ce0 commit 38b09e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public static class PerFieldUsageStats implements ToXContentFragment, Writeable

public static final String TOTAL = "total";
public static final String TERMS = "terms";
public static final String FREQS = "freqs";
public static final String FREQS = "frequencies";
public static final String POSITIONS = "positions";
public static final String OFFSETS = "offsets";
public static final String DOC_VALUES = "doc_values";
Expand Down

0 comments on commit 38b09e9

Please sign in to comment.