Question: How can add inverted index to a column p...
# general
r
Question: How can add inverted index to a column programmatically. In current project, Pinot schema is created by uploading file through FileUploadDownloadClient, but I can't figure out how to provide index?
k
How are you creating your table? Index configuration is specified in the table config.
image.png
r
thanks for the tip, I found the code.
👍 1