Bill_Lee
(Bill Lee)
December 10, 2013, 1:29am
1
Hi, in case anyone is interested, i am
moving https://github.com/bleskes/elasticfacets the date histogram term
facet into 0.9 as the original author seems to have lost interest or busy.
there has been an api change since 0.20* VS 0.90*
THE org.elasticsearch.search.facet.FacetCollector has gone and
FacetProcessor becomes FacetParser>?\
FieldDataType also changed?
anyone know when these changed and if there is a change log for all of
these?
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/0e66c837-1764-4d8b-b9ef-3d141bdd1984%40googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
Ivan
(Ivan Brusic)
December 10, 2013, 4:10pm
2
Finding the change log is easy since all the source is on Github and the
elasticsearch team is good about creating an issue for most commits.
Starting from the history of FacetParser.java, I found this commit:
committed 01:25AM - 16 Feb 13 UTC
the main goal of the facet refactoring is to allow for two modes of facet execut… ion, collector based, that get callbacks as hist match, and post based, which iterates over all the relevant hits
it also includes a some simplification of the facet implementation
The best place to see how the API is used is by looking at the
unit/integration tests:
https://github.com/elasticsearch/elasticsearch/tree/master/src/test/java/org/elasticsearch/search/facet
Cheers,
Ivan
On Mon, Dec 9, 2013 at 5:29 PM, Bill Lee lwluibe@gmail.com wrote:
Hi, in case anyone is interested, i am moving
GitHub - bleskes/elasticfacets: A set of facets and related tools for ElasticSearch the date histogram term facet
into 0.9 as the original author seems to have lost interest or busy.
there has been an api change since 0.20* VS 0.90*
THE org.elasticsearch.search.facet.FacetCollector has gone and
FacetProcessor becomes FacetParser>?\
FieldDataType also changed?
anyone know when these changed and if there is a change log for all of
these?
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/0e66c837-1764-4d8b-b9ef-3d141bdd1984%40googlegroups.com
.
For more options, visit https://groups.google.com/groups/opt_out .
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQD8vo4i1nDq%2BS8TwOQ1QvF-rRJV1yTse9UQCSeJ0tz3VA%40mail.gmail.com .
For more options, visit https://groups.google.com/groups/opt_out .