Re: JAX-RS APIs in Solr

2021-11-25 Thread Noble Paul
The Annotations framework was written after playing with other frameworks. There were many shortcomings which were hard to overcome. The best example is a per collection API . How do you register an endpoint for a collection/core ? On Fri, Nov 26, 2021 at 3:42 PM Noble Paul wrote: > > > On Fri,

Re: JAX-RS APIs in Solr

2021-11-25 Thread Noble Paul
On Fri, Nov 26, 2021 at 1:03 AM Jason Gerlowski wrote: > > Is there some problem with our annotations that we hope to solve using > third party dependencies? > > I guess so yeah. Third-party deps are just fuller, more robust > solutions, whereas our annotations still need support added now and >

Re: JAX-RS APIs in Solr

2021-11-25 Thread Jason Gerlowski
> Is there some problem with our annotations that we hope to solve using third > party dependencies? I guess so yeah. Third-party deps are just fuller, more robust solutions, whereas our annotations still need support added now and then for even primitive data types like "long" (see SOLR-15619).

Re: JAX-RS APIs in Solr

2021-11-25 Thread Noble Paul
Have you gone through an API written using the @EndPoint annotation? I strongly recommend that you do On Thu, Nov 25, 2021, 11:30 PM Eric Pugh wrote: > I have found our V2 API code to be very impenetrable to understand. Part > of it is how the code is intertwined with support for V1, however

Re: JAX-RS APIs in Solr

2021-11-25 Thread Eric Pugh
I have found our V2 API code to be very impenetrable to understand. Part of it is how the code is intertwined with support for V1, however it’s also because there aren’t really resources to go look at to understand how it should work! Maintaining the API should be very simple work, as they ju

Re: SOLR-3128 Unresolved Issue

2021-11-25 Thread Eric Pugh
Reviewing old JIRA’s and confirming the issue either exists, or doesn’t exist anymore, or asking the original person for more details, is super valuable! Thank you! > On Nov 25, 2021, at 4:30 AM, Mikhail Khludnev wrote: > > Hello, Betul. > > Perhaps you can execute a query with debugQuery=

Re: [VOTE 2] SIP-15 Node roles

2021-11-25 Thread Noble Paul
I believe the current design meets the requirements we have set out to achieve. +1 On Thu, Nov 25, 2021, 5:55 PM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Hi all, > > SIP-15 for first class support of node roles has been proposed. > https://cwiki.apache.org/confluence/display/SO

Re: SOLR-3128 Unresolved Issue

2021-11-25 Thread Mikhail Khludnev
Hello, Betul. Perhaps you can execute a query with debugQuery=true and examine the query generated. You can check if the empty query clause generated as it's described in the ticket. But, even if it exists, I don't think it will impact/break anything (I suppose). That gives you details to close th

Re: First class support for node roles

2021-11-25 Thread Noble Paul
+1 On Thu, Nov 25, 2021, 6:02 PM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > I've started a formal vote thread for the proposal here. Thanks all. > > On Thu, Nov 25, 2021 at 12:10 PM Ishan Chattopadhyaya < > ichattopadhy...@gmail.com> wrote: > >> We have closed the Google Doc for