arafalov commented on pull request #1863:
URL: https://github.com/apache/lucene-solr/pull/1863#issuecomment-697846565


   > Purely responding to the URP response part, it’s definitely not possible 
for URP to send non-error responses. I do think its something we should 
implement though, since it will expand the use cases that URPs can solve. Ill 
create a JIRA for it.
   
   It may be possible to future proof this implementation by making 
**guess-schema** being a mode switch, instead of current present/absent flag. 
So, maybe rename it to **guess-mode** instead with options of 
   - **update** - current (only) option basically, 
   - **show** - (if/when there is a way to return suggested JSON), 
   - **update-all** - (if we wanted to - sometimes - have specific fields even 
if dynamicField definition matches; could be done now if useful, 
   - **none** to support tools easier. 


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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to