Moriarty
Moriarty
Fixes https://github.com/NationalSecurityAgency/datawave/issues/1643 - queries should no longer duplicate subtrees when delayed terms exist - document range query plans now have delayed terms propagated correctly - fix rare case that would...
This is a second cut of https://github.com/NationalSecurityAgency/datawave/pull/1273 after the changes to refactor the parallel index expansion. Change summary - instead of building out nodes in-place, children are built first and...
This is a draft merge request for allowing queries to perform a partial evaluation on the tablet server and a final evaluation in the webservice. See https://github.com/NationalSecurityAgency/datawave/issues/1503 for details on...
Reopen of https://github.com/NationalSecurityAgency/datawave/pull/1058, but this time the branch is from the correct repo
- The TokenFilterBase now has a column visibility cache to reduce the time spent parsing visibilities. - The cache has a default size of 50 but the size can be...
When one or more index streams are delayed and at least three other index streams are active, the delayed terms are distributed multiple times. Fix this.
- parse out datatype and uid when handed a document range - List ivarator builds bounding ranges with datatype and uid Note: Filter, Range, and Regex ivarators not modified to...
The #NO_EXPANSION function is currently a filter function, it should be a query function.
The EvaluationPhaseFilterFunctions class has methods for single fielded `isNull` and `isNotNull` functions. When a multi-fielded `isNull` or `isNotNull` is in a query it is evaluated using the single fielded method...