Skip to content

Optimize phrase queries and result generation

Stefan Brüns requested to merge work/bruns/optimize_search into master

For phrase queries, there is no need to evaluate further terms after the first non-matching one, as the individual terms of a phrase are ANDed.

The temporary QByteArray required for each path component can be trivially reused while walking up the tree.

Merge request reports