Hi Cehnlin (and Anthony),
I've repackaged the plugin with a version for 0.19.8 as well. If you still
run 0.19.8, you can install it using bin/plugin -install
bleskes/elasticfacets/0.1 . Please let me know if it worked out for you.
Cheers,
Boaz
On Tuesday, October 2, 2012 5:59:46 PM UTC+2, chenlin rao wrote:
ok, I will try to upgrade ~tks
2012/10/2 Boaz Leskes <b.le...@gmail.com <javascript:>>
I see the problem. It thinks elasticfacets is a site plugin (thus html
and not java). I also see that I only have binaries ready for version
0.19.9 (version we have in production). I'll try to compile asap but I
can't do it tonight. Is there any chance you can upgrade?On Tuesday, October 2, 2012 4:07:03 PM UTC+2, chenlin rao wrote:
Yes, ES version 0.19.8. And I see log like
"[2012-10-02 17:30:02,263][INFO ][plugins ] [Quasar II]
loaded [river-rabbitmq], sites [head, elasticfacets]
[2012-10-02 17:30:05,552][INFO ][node ] [Quasar II]
{0.19.8}[31031]: initialized
[2012-10-02 17:30:05,552][INFO ][node ] [Quasar II]
{0.19.8}[31031]: starting ...
"2012/10/2 Boaz Leskes b.le...@gmail.com
Other then restarting the ES cluster I don't think so. The plugin should
log when it is loaded:
logger.info("ElasticFacets plugin initialized");
Do you see that in the log file?
Just to be sure - you are using ES version 0.19.8 or higher?
On Tuesday, October 2, 2012 11:46:16 AM UTC+2, chenlin rao wrote:
I try to install plugin in my cluster and curl the example json but
get 'No facet type found for [faceted_date_histogram]'. Should I do
anything else before using search?2012/10/2 Boaz Leskes b.le...@gmail.com
Hi Anthony,
This is not possible with standard Elasticsearch. We needed a similar
thing on my work and I wrote a plugin to add a facet type that allows
combining date histograms with any other facet. It is still work in
progress but it works. You can check it out on
https://github.com/bleskes/**ela**sticfacetshttps://github.com/bleskes/elasticfacetsCheers,
Boaz--
--
--
--