s3object_index = {"settings":{"analysis": {"filter": {"autocomplete_filter": {"type": "edge_ngram","min_gram": 1,"max_gram": 20}},"analyzer": {"whitespace_lowercase": {"tokenizer": "whitespace","filter": [ "lowercase" ]},"autocomplete": { "type": "custom","tokenizer": "standard","filter": ["lowercase","autocomplete_filter"]}}}},"mappings":{ "properties":{"bucket": { "type":"text", "fielddata": True, "analyzer":"whitespace_lowercase" }, "parent": { "type":"keyword" }, "prefix": { "type":"keyword" }, "storage_class": { "type":"keyword" }, "aws_account": { "type":"keyword" }, "region": { "type":"keyword" }, "etag": { "type":"keyword" }, "deleted": {"type":"boolean","null_value": False, }, "object_name": { "type":"text", "fielddata": True, "analyzer":"whitespace_lowercase" }, "last_read": { "type":"date", "format": "yyyy-MM-dd HH:mm:ss", "null_value": "NULL" }, "last_write": { "type":"date", "format": "yyyy-MM-dd HH:mm:ss", "null_value": "NULL" }, "size": { "type":"long" }, "tags": {"type": "nested"},"search_field": {"type": "text","analyzer": "autocomplete", "search_analyzer": "standard" }} }}
0 commit comments