ilariapet commented on code in PR #3919: URL: https://github.com/apache/solr/pull/3919#discussion_r2614084374
########## solr/solr-ref-guide/modules/query-guide/pages/text-to-vector.adoc: ########## @@ -382,7 +382,7 @@ You still define two chains, but this time the 'vectorisation' one only includes [NOTE] ==== -Partial updates are processed by the `DistributedUpdateProcessorFactory`. For this reason, it must be placed at the beginning of the UpdateRequestProcessorChain, before the `TextToVectorUpdateProcessorFactory`. +Since Partial updates are processed by the `DistributedUpdateProcessorFactory`, this processor must be placed at the beginning of the UpdateRequestProcessorChain, before the `TextToVectorUpdateProcessorFactory`. Review Comment: Much better, thanks -- 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]
