Yes, I think we can close one of the two issues and add a pointer to the other one.
In the old issue, we mentioned the option to fix this at the same time as moving
the DTG generation into the search component, but in terms of running
experiments that we can easily analyze, it's perhaps better to fix it in the
preprocessor first (checking if that leads to a performance regression) and only
then migrate the code to the search component. That way, if performance is hurt,
we'll be able to assess whether it's because of the change to the DTGs or due to
the fact that they're computed in the search component.
|