gerlowskija commented on PR #2395:
URL: https://github.com/apache/solr/pull/2395#issuecomment-2045508653

   In a sample solrconfig.xml, configuration for the proposed URP would look 
like:
   
   ```
     <updateProcessor 
class="solr.NumFieldLimitingUpdateRequestProcessorFactory" name="max-fields">
       <int name="maxFields">123</int>
     </updateProcessor>
     ...
     <updateRequestProcessorChain name="add-unknown-fields-to-the-schema"
              
processor="uuid,remove-blank,field-name-mutating,parse-boolean,parse-long,parse-double,parse-date,add-schema-fields,max-fields">
   ```


-- 
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: [email protected]

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