mirror of
https://github.com/simon987/od-database.git
synced 2025-12-16 08:09:04 +00:00
Added more extension types and adjusted global stats histograms
This commit is contained in:
@@ -330,15 +330,15 @@ class ElasticSearchEngine(SearchEngine):
|
||||
"sizes": {
|
||||
"histogram": {
|
||||
"field": "size",
|
||||
"interval": 10000000, # 10Mb
|
||||
"min_doc_count": 5
|
||||
"interval": 50000000, # 50Mb
|
||||
"min_doc_count": 100
|
||||
}
|
||||
},
|
||||
"dates": {
|
||||
"date_histogram": {
|
||||
"field": "mtime",
|
||||
"interval": "1y",
|
||||
"min_doc_count": 5,
|
||||
"min_doc_count": 100,
|
||||
"format": "yyyy"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user