The IRegexCapabilities type exposes the following members.

Methods

  NameDescription
Public methodCompile
Called by the constructor of RegexTermEnum allowing implementations to cache a compiled version of the regular expression pattern.
Public methodMatch
True on match.
Public methodPrefix
A wise prefix implementation can reduce the term enumeration (and thus performance) of RegexQuery dramatically.

See Also