elasticsearch-timefacets-plugin
elasticsearch-timefacets-plugin copied to clipboard
Elasticsearch Timebased Facets
Quarter added as interval like elasticsearch date histogram facet.
Added compatibility with ES 0.90.7 This change moves from trove to hppc based implementation and closes issue #16.
Facet: "facets": { "distinct": { "distinct_date_histogram": { "key_field": "time", "interval": "day", "timeZone": -7.0, "value_field": "userName" } } } Result: "facets": { "distinct": { "_type": "distinct_date_histogram", "entries": [ { "time": 1392879600000,...
Wonder if this plugin can be updated for the newer versions of ES (0.90.6 onwards), especially with trove being replaced by hppc in Elasticsearch's own implementations?
Greetings, I 've trie to install the plugin via the plugin tool with the following command ./bin/plugin -url https://github.com/downloads/lovelysystems/elasticsearch-ls-plugins/elasticsearch-elasticsearch-ls-plugins-0.18.5.zip -install elasticsearch-elasticsearch-ls-plugins it appears to have worked but when I try...