Skip to main content
Epiq AI supports dtSearch by translating a subset of dtSearch syntax into Lucene syntax. Below is a list of examples of dtSearch syntax supported by Epiq AI.
TypeSearch StringDescription
Proximitya w/5 ba must occur within 5 words of b
not (a w/5 b)must not have a within 5 of b
a pre/3 ba must occur within 3 words before b
(a pre/3 b) w/7 cnested proximity
”a b” w/5 bquoted phrase support in proximity
a w/5 b*wildcard support in proximity
(a or b) w/5 cProximity OR
Regular expression”##[a-b]{3}“Regex support
Below is a list of dtSearch syntax that is not currently supported by Epiq AI but can be rewritten in Lucene syntax that is supported by Epiq AI: