Code cleanup

This commit is contained in:
simon987
2018-04-21 13:27:13 -04:00
parent 4eb9cf6b63
commit 87f35571fa
20 changed files with 811 additions and 856 deletions

View File

@@ -57,7 +57,7 @@ class Search:
"aggs": {
"mimeTypes": {
"terms": {
"field": "mime_kw",
"field": "mime",
"size": 10000
}
}