Re: using solr AnalyticsQuery API vs facet API

2016-04-08 Thread sudsport s
bump! On Wed, Apr 6, 2016 at 3:25 PM, sudsport s wrote: > Adding Yonik, > > I almost implemented custom aggregate function using new facet API but > later on got runtime exceptions as "FacetContext" is not public. so looks > like Facet api components can't be created as external plugins. > > I a

Re: using solr AnalyticsQuery API vs facet API

2016-04-06 Thread sudsport s
Adding Yonik, I almost implemented custom aggregate function using new facet API but later on got runtime exceptions as "FacetContext" is not public. so looks like Facet api components can't be created as external plugins. I am successful using AnalyticsQueryAPI to perform what I want. Yonik can

Re: using solr AnalyticsQuery API vs facet API

2016-03-19 Thread Joel Bernstein
https://issues.apache.org/jira/browse/SOLR-8492 shows an example of the AnalyticsQuery where the merge is being handled by the Streaming API. I actually think this is nicer then then using MergeStrategy. The Streaming API gives you full control over the merge from the shards. Joel Bernstein http:/

Re: using solr AnalyticsQuery API vs facet API

2016-03-19 Thread sudsport s
Thanks Joel for responding. but I am still not sure when to use Solr analytics API i vs JSON facet API (What is difference between ValueSource vs PostFilter) I know that ValueSource is useful to implement functions. On Wed, Mar 16, 2016 at 9:49 AM, sudsport s wrote: > Hi , > > I am planning t