Skip to content

Commit

Permalink
doc_values not doc_value
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Jul 1, 2020
1 parent 88aaa42 commit 32dbf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server/saved_objects/mappings/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export interface SavedObjectsCoreFieldMapping {
type: string;
null_value?: number | boolean | string;
index?: boolean;
doc_value?: boolean;
doc_values?: boolean;
enabled?: boolean;
fields?: {
[subfield: string]: {
Expand Down

0 comments on commit 32dbf22

Please sign in to comment.