Laura Schanno
Laura Schanno
Move #NO_EXPANSION from filter functions to query functions. Resolves #1615
Update TreeEqualityVisitor so that it will not consider two identical query property markers equal if one is wrapped and the other is not. For instance, the following trees will not...
Reduce the phrase indexes gathered to only the fields that we need to gather excerpts for. Resolves #1607
The filter:includeText function is not truly evaluation-only, and as such, does not truly belong in EvaluationPhaseFilterFunctions. Move it to QueryFunctions. Done per a request from @ivakegg
Create the function f:matchRegex, which will act as the equivalent of filter:includeRegex that is able to be applied efficiently to an index-only field. Resolves #1296
Add a section to query_help.html detailing how to use the #excerpts function.
Create an initial builder library for creating JexlNodes. This library is aimed at reducing the verbosity involved in creating new JexlNode instances, and at reducing bugs introduced by either incorrectly...
Adds a FederatedQueryPlanner that will break up a query into multiple queries scanning over subsets of the original target date range if field index holes are identified to be present...
Add the query parameter `sum.counts` that, given a value of `true` for the DiscoveryLogic, will results in counts being summed up across the specified time range, rather than returning counts...
EventMetadata accepts the boolean flag `frequency` both in its constructor, and as an argument to its various overloaded `addEvent()` methods. When a value of false is passed into the constructor,...