Channels
test-channel-bot
pw-pinot
debug_upsert
feat-presto-connector
pinot-helix
troubleshooting
pinot-sketches
resources
roadmap
discuss-validation
minion-improvements
community
config-tuner
test-channel
fix-numerical-predicate
kinesis_help
pinot-perf-tuning
feat-partial-upsert
pinot_website_improvement_suggestions
segment-write-api
releases
devrel
pinot-trino
pinot-k8s-operator
release-certifier
udf-type-matching
transform-functions
release060
latency-during-segment-commit
feat-text-search
pinot-realtime-table-rebalance
inconsistent-segment
feat-rt-seg-complete
pinot-power-bi
flink-pinot-connector
pinotadls
twitter
minion-star-tree
pinot-rack-awareness
jobs
fix_llc_segment_upload
metrics-plugin-impl
linen_dev
complex-type-support
pinot-s3
feat-geo-spatial-index
feat-compound-types
v2_engine_beta_feedback
inconsistent-perf
metadata-push-api
feat-pravega-connector
enable-generic-offsets
announcements
feat-upsert
multiple_streams
feat-better-schema-evolution
fraud
onboarding
docs
aggregators
query-latency
s3-multiple-buckets
presto-pinot-connector
multi-region-setup
apa-16824
events
segment-cold-storage
odsc-europe-2022-workshop
bangalore-meetups
new-office-space
lp-pinot-poc
time-based-segment-pruner
group-by-refactor
pql-sql-regression
random
custom-aggregators
order-by
pinot-website
qps-metric
product-launch
dhill-date-seg
thirdeye-pinot
introductions
pinot-dev
getting-started
pinot-docsrus
daily-digest
general
Powered by
#troubleshooting
Title
p
Pradeep
07/08/2020, 12:23 AM
Hi, is there a simple way to mention not for
REGEXP_LIKE
? (rather than trying to achieve that in the regular expression)
n
Neha Pawar
07/08/2020, 12:45 AM
I don't think there is
p
Pradeep
07/08/2020, 12:46 AM
does TEXT_MATCH support not? unfortunately my column is dictionary encoded for now, so couldn’t try it yet
ah, seems like TEXT_MATCH also doesn’t have it
n
Neha Pawar
07/08/2020, 1:01 AM
@Sidd
wdyt ^^ is this something we can add?
k
Kishore G
07/08/2020, 1:39 AM
Text match supports it
n
Neha Pawar
07/08/2020, 1:46 AM
for example? it is not apparent from the docs -
https://docs.pinot.apache.org/basics/features/text-search-support#writing-text-search-queries
k
Kishore G
07/08/2020, 2:16 AM
it's based on lucene syntax
NOT "my search phrase" will work
s
Sidd
07/08/2020, 4:07 AM
Yes, it should work. I will update the docs.
Post