gortiz commented on PR #16103: URL: https://github.com/apache/pinot/pull/16103#issuecomment-2979347157
I think we could have study the syntax a bit more before merging it. We may have created a design document to discuss different interfaces. For example, I could imagine a different syntax like: ```json { "fieldConfigList": [ { "name": "hobbies", "indexes": { "text": {"enabled": true, "shared": true, "caseSensitive": false} } }, { "name": "skills", "indexes": { "text": {"enabled": true, "shared": true, "caseSensitive": false} } }, { "name": "titles", "indexes": { "text": {"enabled": true, "shared": true, "caseSensitive": true} } } ] } ``` -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org