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: timeAllowed in Solr 9

2024-11-22 Thread Chris Hostetter
Skimming this thread, I don't see any mention of what seems like the most likely culprit to me: Solr 9.3's refactoring of the timeAllowed functionality hamstrung *MOST* of the code paths that timeAllowed is realy useful for (spellcheck, facets, synonym expansion, etc...) by disabling Exitabl

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

Re: Document path representation as multivalued fields: sensible?

2024-11-22 Thread ufuk yılmaz
I don’t like multivalued fields much because they don’t play nice with docValues which enable many cool features I like about Solr. They also don’t match indexes (find docs that have this value on the 3rd position). But don’t take this as a suggestion not to use them, they have their use. Chec