janhoy commented on PR #2079:
URL: https://github.com/apache/solr/pull/2079#issuecomment-1813475510

   > Would that be easier to approximate?
   
   I've been thinking about how to approach that part. Whether we can model 
each and every feature in the JSON DSL, such as query parsers, attributes, 
builders etc in a manner that lets us generate all those domain objects, which 
in turn converts the object graph to JSON, for each language?
   
   I've tried generating py code for another OpenAPI spec and indeed it 
generated tons of domain classes representing the request/responses for that 
API. But modelling nested nature of JSON DSL, i.e. a facet, nested within a 
facet etc, sounds like a challenge.. Perhaps if we did it all with strongly 
typed and annotated Java classes first, it would work?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to