Skip to content

Commit

Permalink
remove _timestamp field overrides (#121772)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime authored Dec 21, 2021
1 parent 6a55b96 commit 5512037
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ const OVERRIDES: Record<string, Partial<FieldDescriptor>> = {
_index: { type: 'string' },
_type: { type: 'string' },
_id: { type: 'string' },
_timestamp: {
type: 'date',
searchable: true,
aggregatable: true,
},
_score: {
type: 'number',
searchable: false,
Expand Down

0 comments on commit 5512037

Please sign in to comment.