You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/12/03 22:45:14 UTC

[GitHub] [incubator-pinot] pabrahamusa edited a comment on issue #6309: TEXT index negative searches not working

pabrahamusa edited a comment on issue #6309:
URL: https://github.com/apache/incubator-pinot/issues/6309#issuecomment-738399473


   We can do NOT searches using lucene regex patterns , so following should work
   
   `
   TEXT_MATCH(log,'/.*/` NOT quick AND NOT brown')
   TEXT_MATCH(log,'/.*/ NOT fox')
   `
   Hence closing the ticket


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org