Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "properties": {
- "ID": {
- "type": "long"
- },
- "group_id": {
- "type": "integer"
- },
- "is_proffesion": {
- "type": "keyword"
- },
- "rating_group": {
- "type": "integer"
- },
- "synonym": {
- "type": "text",
- "fields": {
- "keyword": {
- "type": "keyword",
- "ignore_above": 256
- }
- }
- },
- "synonym_group": {
- "type": "text",
- "fields": {
- "keyword": {
- "type": "keyword",
- "ignore_above": 256
- }
- }
- },
- "synonym_lower": {
- "type": "text",
- "fields": {
- "keyword": {
- "type": "keyword",
- "ignore_above": 256
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment