bziobrowski commented on PR #16103: URL: https://github.com/apache/pinot/pull/16103#issuecomment-2977626970
Sure, I'll add documentation tomorrow. If column is included then in multi-col index and has regular text index defined, they'll both be created (though not at the same time) but the latter has higher priority (for now). I disagree about config part because letting user configure via field-config: - suggests that it's just another of the single-column indexes (it's not and e.g. rebuilding it is bound to take more time) - ignores the fact that there's one index with shared core settings - assumes all settings can be customized per-column (a number of settings can't be adjusted this way) What I also wanted to avoid is wasting memory on fake per-column indexes that'd only call this index. -- 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