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
Hoss, Thanks for your note. Here's the exercise with aggregations https://github.com/mkhludnev/solr/blob/85870c467a0ffb038f45280c7a4bde58a4237b0e/solr/solr-ref-guide/modules/query-guide/examples/CustomAggTest.java However, there's a question https://github.com/apache/solr/pull/2742/#issuecomment-2

Re: Admin UI Review Meeting - Feedback Requested

2024-11-22 Thread David Smiley
26thor 27th with a slight preference to the 27th. BTW I suggest ruling out 28th as it's a major US holiday (Thanksgiving). On Fri, Nov 22, 2024 at 10:57 AM Jason Gerlowski wrote: > Hey Christos, > > The 26th works best for me personally. > > Though you and I have talked a good bit about the UI

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

2024-11-22 Thread Chris Hostetter
Isn't this already possible -- allthough kludgy and totally undocumented -- because of how FacetParser delegates to FunctionQParser.parseAgg(...) ? That method delegates to SolerCore.getValueSourceParser(id) using an "aggregation id" that has "agg_" prepended to it (unless the user already sp

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, >

Re: SolrDispatchFilter vs SolrServlet

2024-11-22 Thread Chris Hostetter
: I don't mind Solr being a "webapp" in Jetty. I don't recall it : constraining us or being interfering. Jetty is very customizable so we can : tweak the Jetty-Solr relationship to our liking. A webapp makes it : straightforward (no code!) for other users to add a CORS Filter in Solr or : to a

Re: SolrDispatchFilter vs SolrServlet

2024-11-22 Thread David Smiley
I don't mind Solr being a "webapp" in Jetty. I don't recall it constraining us or being interfering. Jetty is very customizable so we can tweak the Jetty-Solr relationship to our liking. A webapp makes it straightforward (no code!) for other users to add a CORS Filter in Solr or to add another w

Re: SolrDispatchFilter vs SolrServlet

2024-11-22 Thread Chris Hostetter
: I suspect the choice of a ServletFilter vs Servlet was done for reasons : that might have made sense forever-ago. It has always been weird. Does it : still make sense? Maybe Hossman remembers. Once upon a time (before solr even supported multi-core) there was a SolrServlet bound to /select

Re: My updates in lieu of being at Community Meetup

2024-11-22 Thread Jason Gerlowski
Hey Eric, Is there a JIRA ticket yet for the User Behavior Insights "component" thing? Leveraging streaming expressions as a way to process "user query" data sounds pretty cool, but that raises some questions around security that'd need thought through. I probably shouldn't hijack your more gene

Re: Admin UI Review Meeting - Feedback Requested

2024-11-22 Thread Jason Gerlowski
Hey Christos, The 26th works best for me personally. Though you and I have talked a good bit about the UI already, so feel free to ignore my vote if there's an opportunity to get new voices in the mix! Best, Jason On Wed, Nov 20, 2024 at 1:38 PM Christos Malliaridis wrote: > > Dear Solr-Commu