Class: ImplicitSearch

ImplicitSearch

This class represents a search over all of a logEvent's fields. The semantics of the search are as follows: Consider the set "I" of all identifiers in the current environment. Let bound(x) be the value bound to identifier x. The search returns true if and only if there exists an identifier i in I such that the search text is a case-insensitive substring of bound(i). The search returns false otherwise.