tweak the schema, status is a keyword
This commit is contained in:
@@ -8,7 +8,7 @@ var schema = {
|
|||||||
completed_at: { type: 'date' },
|
completed_at: { type: 'date' },
|
||||||
attempts: { type: 'short' },
|
attempts: { type: 'short' },
|
||||||
max_attempts: { type: 'short' },
|
max_attempts: { type: 'short' },
|
||||||
status: { type: 'string', index: 'not_analyzed' },
|
status: { type: 'keyword' },
|
||||||
output_content_type: { type: 'string', index: 'not_analyzed' },
|
output_content_type: { type: 'string', index: 'not_analyzed' },
|
||||||
output: { type: 'object', enabled: false }
|
output: { type: 'object', enabled: false }
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user