Re: JAX-RS APIs in Solr

2022-08-08 Thread David Smiley
I'm excited to see what this looks like! ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Mon, Aug 8, 2022 at 12:11 PM Jason Gerlowski wrote: > Hey all, > > I spent some time last week digging into OpenAPI and spiking out how > it could be integrate

Re: JAX-RS APIs in Solr

2022-08-08 Thread Jason Gerlowski
Hey all, I spent some time last week digging into OpenAPI and spiking out how it could be integrated into Solr. I came away very impressed. It opens a lot of really cool doors: auto-generated clients and docs, "Swagger UI", backcompat/api-breakage detection, etc. There's a LOT to gain. Another