mirror of
https://github.com/simon987/sist2.git
synced 2025-04-16 00:46:43 +00:00
111 lines
2.0 KiB
JSON
111 lines
2.0 KiB
JSON
{
|
|
"properties": {
|
|
"path": {
|
|
"type": "text",
|
|
"analyzer": "path_analyzer",
|
|
"copy_to": "suggest-path"
|
|
},
|
|
"suggest-path": {
|
|
"type": "completion",
|
|
"analyzer": "case_insensitive_kw_analyzer"
|
|
},
|
|
"mime": {
|
|
"type": "keyword"
|
|
},
|
|
"videoc": {
|
|
"type": "keyword",
|
|
"index": false
|
|
},
|
|
"audioc": {
|
|
"type": "keyword",
|
|
"index": false
|
|
},
|
|
"duration": {
|
|
"type": "float",
|
|
"index": false
|
|
},
|
|
"width": {
|
|
"type": "integer",
|
|
"index": false
|
|
},
|
|
"height": {
|
|
"type": "integer",
|
|
"index": false
|
|
},
|
|
"mtime": {
|
|
"type": "integer"
|
|
},
|
|
"size": {
|
|
"type": "long"
|
|
},
|
|
"index": {
|
|
"type": "keyword"
|
|
},
|
|
"name": {
|
|
"analyzer": "content_analyzer",
|
|
"type": "text",
|
|
"fields": {
|
|
"nGram": {
|
|
"type": "text",
|
|
"analyzer": "my_nGram"
|
|
}
|
|
}
|
|
},
|
|
"font_name": {
|
|
"analyzer": "my_nGram",
|
|
"type": "text"
|
|
},
|
|
"album": {
|
|
"analyzer": "my_nGram",
|
|
"type": "text"
|
|
},
|
|
"artist": {
|
|
"analyzer": "my_nGram",
|
|
"type": "text"
|
|
},
|
|
"title": {
|
|
"analyzer": "my_nGram",
|
|
"type": "text"
|
|
},
|
|
"genre": {
|
|
"analyzer": "my_nGram",
|
|
"type": "text"
|
|
},
|
|
"album_artist": {
|
|
"analyzer": "my_nGram",
|
|
"type": "text"
|
|
},
|
|
"_keyword.*": {
|
|
"type": "keyword"
|
|
},
|
|
"_text.*": {
|
|
"analyzer": "content_analyzer",
|
|
"type": "text",
|
|
"fields": {
|
|
"nGram": {
|
|
"type": "text",
|
|
"analyzer": "my_nGram"
|
|
}
|
|
}
|
|
},
|
|
"_url": {
|
|
"type": "keyword",
|
|
"index": false
|
|
},
|
|
"content": {
|
|
"analyzer": "content_analyzer",
|
|
"type": "text",
|
|
"index_options": "offsets",
|
|
"fields": {
|
|
"nGram": {
|
|
"type": "text",
|
|
"analyzer": "my_nGram"
|
|
}
|
|
}
|
|
},
|
|
"tag": {
|
|
"type": "keyword"
|
|
}
|
|
}
|
|
}
|