Roberto
06/16/2022, 4:02 PMKishore G
Lon*
should workRoberto
06/17/2022, 6:23 AMWHERE TEXT_MATCH(city, '/Lon*/')
. Pinot returns random results such as, "*Ban Chang Lo, Thailand*". On the other hand, if I use WHERE TEXT_MATCH(city, 'Lon*')
the results are more accurate (eg "*Tottenham, London*"). But I want only cities that start with "Lon" for example "*Longview, Texas*"Kishore G
Roberto
06/17/2022, 7:19 AMAtri Sharma
06/17/2022, 7:20 AMAtri Sharma
06/17/2022, 7:20 AMRoberto
06/17/2022, 7:29 AMAtri Sharma
06/17/2022, 7:30 AMAtri Sharma
06/17/2022, 7:31 AMRoberto
06/17/2022, 8:04 AMAtri Sharma
06/17/2022, 8:10 AMRoberto
06/17/2022, 8:12 AMAtri Sharma
06/17/2022, 8:23 AMRoberto
06/17/2022, 8:41 AMRoberto
06/17/2022, 9:42 AM{"name":"city","encodingType":"RAW","indexType":"TEXT", "properties":[{"fstType":"native"}]}
and got this error:
(through reference chain: org.apache.pinot.spi.config.table.TableConfig[\"fieldConfigList\"]->java.util.ArrayList[1]->org.apache.pinot.spi.config.table.FieldConfig[\"properties\"])
What version I should use to activate native text indice? I use 0.8.0. Should update to 0.10.0?Atri Sharma
06/17/2022, 10:02 AMRoberto
06/17/2022, 10:07 AMAtri Sharma
06/17/2022, 10:10 AMAtri Sharma
06/17/2022, 10:11 AMRoberto
06/17/2022, 10:11 AMRoberto
06/17/2022, 10:11 AMAtri Sharma
06/17/2022, 10:12 AMKishore G
Zhuangda Z
04/04/2023, 8:05 PMZhuangda Z
04/04/2023, 8:06 PMZhuangda Z
04/04/2023, 8:06 PMAtri Sharma
04/07/2023, 7:04 PM