Skip to content

Instantly share code, notes, and snippets.

View akkisna's full-sized avatar

Akshay Deep akkisna

View GitHub Profile
'use strict';
.......
"descriptors": {
"properties": {
"english": {
"properties": {
"description": standardTypes.ENGLISH_TEXT,
"name": standardTypes.ENGLISH_TEXT
}
},
const standardTypes = {
'KEYWORD_ASCII': {
'type': 'keyword',
'ignore_above': 256
},
'STANDARD_TEXT': {
'type': 'text',
'analyzer': 'standard'
},
'ENGLISH_TEXT': {