Skip to content

Commit

Permalink
fix: index data type
Browse files Browse the repository at this point in the history
  • Loading branch information
schweinryder committed Feb 25, 2024
1 parent c250bad commit b7f170e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elastic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Elastic {
properties: {
url: { type: 'keyword' },
pdfHash: { type: 'keyword' },
report: { type: 'text' },
report: { type: 'nested' },
state: { type: 'keyword' },
timestamp: { type: 'date' }
}
Expand Down

0 comments on commit b7f170e

Please sign in to comment.