Preface
- This article is valid for Elasticsearch 7.13
query_string reserved characters
- Official document: https://www.elastic.co/guide/en/elasticsearch/reference/7.12/query-dsl-query-string-query.html#_reserved_characters
+ - = && || > < ! ( ) { } [ ] ^ " ~ * ? : \ /
regex reserved characters
- Official document: https://www.elastic.co/guide/en/elasticsearch/reference/7.12/regexp-syntax.html#regexp-reserved-characters
. ? + * | { } [ ] ( ) " \
# @ & < > ~
Query_string and regex reserved character union
+ - = & | > < ! ( ) { } [ ] ^ " ~ * ? : \ / . # @
+-=&|><!(){}[]^"~*?:\/.#@
This article is from qbit snap
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。