Term-Level Queries
Regex
Basic Usage
Finds documents containing terms that match a specific regex pattern.
field
required
Specifies the field within the document to search for the term.
pattern
required
A regex pattern string.
Wildcard Query
The following query finds all documents that match a wildcard pattern.
Was this page helpful?