lnbest0707-uber opened a new pull request, #13993: URL: https://github.com/apache/pinot/pull/13993
In SchemaConfirmingTransformer(V2), we have option `FieldPathsToPreserveInput` to retain the entire field without further traverse. The default behavior prevent it being added to `__mergedTextIndex` field. In reality, we still see cases which require such field preservation together with searching functionality. Add a new config `FieldPathsToPreserveInputWithIndex` to enable it. -- 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]
