Skip to content

Commit

Permalink
Allow doc_values to be disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Jul 1, 2020
1 parent 8a6a550 commit e7a72c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/server/saved_objects/mappings/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export interface SavedObjectsCoreFieldMapping {
* @public
*/
export interface SavedObjectsComplexFieldMapping {
doc_values: boolean;
type?: string;
properties: SavedObjectsMappingProperties;
}

0 comments on commit e7a72c7

Please sign in to comment.