Re: Give a user to introduce new facet types in JSON Facet

2024-11-23 Thread Mikhail Khludnev
On Fri, Nov 22, 2024 at 10:06 PM David Smiley wrote: > > The first: pluggable FacetParser. > If FacetModule is expressly configured in solrconfig.xml (albeit isn't > normally I suppose), this would logically be where one would further > configure the additional parsers specific for that module.

Re: Give a user to introduce new facet types in JSON Facet

2024-11-22 Thread Chris Hostetter
: However, there's a question : https://github.com/apache/solr/pull/2742/#issuecomment-2477285696 I copied : it below. : : I read here : https://solr.apache.org/guide/solr/latest/query-guide/json-facet-api.html#stat-facet-functions : : Unlike all the facets discussed so far, Aggregation functi

Re: Give a user to introduce new facet types in JSON Facet

2024-11-22 Thread Mikhail Khludnev
"agg_sumsq", > "agg_variance", > "agg_stddev", > "agg_missing", > "agg_countvals", > addParser("agg_multistat", new ValueSourceParser() { > "agg_min", > "agg_max&qu

Re: Give a user to introduce new facet types in JSON Facet

2024-11-22 Thread Chris Hostetter
ot;agg_variance", "agg_stddev", "agg_missing", "agg_countvals", addParser("agg_multistat", new ValueSourceParser() { "agg_min", "agg_max", "agg_percentile", "ag

Re: Give a user to introduce new facet types in JSON Facet

2024-11-22 Thread David Smiley
On Thu, Nov 21, 2024 at 9:05 AM Mikhail Khludnev wrote: > Hello > This question is a spin off from > https://github.com/apache/solr/pull/2742/. > PR#2742 is about > deploying custom AggValueSource parsers and invoke it via > { >type:func, >

Give a user to introduce new facet types in JSON Facet

2024-11-21 Thread Mikhail Khludnev
Hello This question is a spin off from https://github.com/apache/solr/pull/2742/. PR#2742 is about deploying custom AggValueSource parsers and invoke it via { type:func, func:custom,.. } The question is, how user can deploy own facet {type:custom}? see https://solr.apache.org/guide/solr/lates