You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the just released Tantitvy version 0.20, i.e. it is not possible to collect facets starting with the root.
I am not sure what the problem is, but I suspect that compute_collapse_mapping_one does not handle facet_bytes.len() == 0 which is the case when collecting facets from the root.
The text was updated successfully, but these errors were encountered:
I see that 0.20.1 was just released so I understand this will not happen immediately, but since this is the last known blocker for us to upgrade to 0.20.x, I would be glad if this could find its way into an upcoming bug fix release as well.
Applying the following diff
to the example for
FacetCollector
makes it fail withusing the just released Tantitvy version 0.20, i.e. it is not possible to collect facets starting with the root.
I am not sure what the problem is, but I suspect that
compute_collapse_mapping_one
does not handlefacet_bytes.len() == 0
which is the case when collecting facets from the root.The text was updated successfully, but these errors were encountered: