Can anyone please share some guide on how to develop a facet plugin in ES
version 0.90.*?
Any other updated facet plugin can also act as reference, haven't seen any
so far.
I am facing hard time upgrading compatibility of one such plugin from
0.19.* to 0.90.*
On Tuesday, May 28, 2013 9:42:07 AM UTC-4, Sujoy Sett wrote:
Hi,
Can anyone please share some guide on how to develop a facet plugin in ES
version 0.90.*?
Any other updated facet plugin can also act as reference, haven't seen any
so far.
I am facing hard time upgrading compatibility of one such plugin from
0.19.* to 0.90.*
On Tuesday, May 28, 2013 3:42:07 PM UTC+2, Sujoy Sett wrote:
Hi,
Can anyone please share some guide on how to develop a facet plugin in ES
version 0.90.*?
Any other updated facet plugin can also act as reference, haven't seen any
so far.
I am facing hard time upgrading compatibility of one such plugin from
0.19.* to 0.90.*
Thanks for the link, I had gone through it earlier also.
It was overall helpful, but I was specifically looking for how the values
for a array field is iterated upon, after the latest change in field data
structures, and not for script executors.
Thanks
Sujoy.
On Wednesday, May 29, 2013 4:53:57 AM UTC+5:30, Otis Gospodnetic wrote:
On Tuesday, May 28, 2013 9:42:07 AM UTC-4, Sujoy Sett wrote:
Hi,
Can anyone please share some guide on how to develop a facet plugin in ES
version 0.90.*?
Any other updated facet plugin can also act as reference, haven't seen
any so far.
I am facing hard time upgrading compatibility of one such plugin from
0.19.* to 0.90.*
On Tuesday, May 28, 2013 3:42:07 PM UTC+2, Sujoy Sett wrote:
Hi,
Can anyone please share some guide on how to develop a facet plugin in ES
version 0.90.*?
Any other updated facet plugin can also act as reference, haven't seen
any so far.
I am facing hard time upgrading compatibility of one such plugin from
0.19.* to 0.90.*
I had earlier gone through it. The overall flow helped, but I was
specifically looking for how to iterate over values of an array field,
after the latest change in field data structures, not for script executors.
Thanks,
Sujoy.
On Wednesday, May 29, 2013 4:53:57 AM UTC+5:30, Otis Gospodnetic wrote:
On Tuesday, May 28, 2013 9:42:07 AM UTC-4, Sujoy Sett wrote:
Hi,
Can anyone please share some guide on how to develop a facet plugin in ES
version 0.90.*?
Any other updated facet plugin can also act as reference, haven't seen
any so far.
I am facing hard time upgrading compatibility of one such plugin from
0.19.* to 0.90.*
Thanks for the link. Looks like this is what I was looking for.
I see that the purpose of the interface LongValueInDocProc is currently
served to some extent by the class LongFacetAggregatorBase. I was
implementing StringValueInDocProc in my code, and this Aggregator class is
where I was stuck. Looks like I got the hint.
Thanks again,
Sujoy.
On Wednesday, May 29, 2013 10:19:58 AM UTC+5:30, dobe wrote:
On Tuesday, May 28, 2013 3:42:07 PM UTC+2, Sujoy Sett wrote:
Hi,
Can anyone please share some guide on how to develop a facet plugin in ES
version 0.90.*?
Any other updated facet plugin can also act as reference, haven't seen
any so far.
I am facing hard time upgrading compatibility of one such plugin from
0.19.* to 0.90.*
Well - this looks very interesting. What kind of scale have you tested this at, and is it particularly sensitive to eg. high cardinality fields?
Hi, we use the pre 0.6.0 version of the plugin for about a year now on an index with about 3 billion docs. we have a field with about 1 billion different values where we use the latest and distinct facets. We plan to stage the 0.6.0 version in the next two weeks on a staging environment.
The facet was also in use with about 24 billion docs, so there should be no scaling problem.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.