distiguish the doctype from the jobtype
update tests and mock elasticsearch client
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { defaultSettings } from './constants';
|
||||
|
||||
const schema = {
|
||||
type: { type: 'string', index: 'not_analyzed' },
|
||||
jobtype: { type: 'string', index: 'not_analyzed' },
|
||||
payload: { type: 'object', enabled: false },
|
||||
priority: { type: 'short' },
|
||||
timeout: { type: 'long' },
|
||||
|
||||
Reference in New Issue
Block a user