Yes there is a possibility. Go through the below documentation for reference.
`ANYSTRING`
Enables the `@` operator. You can use `@` to match any entire string.
You can combine the `@` operator with `&` and `~` operators to create an "everything except" logic. For example:
@&~(abc.+) # matches everything except terms beginning with 'abc'
You can use the below format in Dev Tools to exclude only a particular regex and give access to rest all.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.