Closed timjzee closed 1 year ago
This is a bug; both your examples should do the exact same thing. I think I've found and fixed the issue, see 7ff4ad2170c5c1d49e02ce7f5769a5db3ef6d437; could you retry with the dev branch?
I checked using the dev branch. Works fine now, thanks for the quick fix!
No problem, thanks for reporting!
In the .blf.yaml configuration files it is currently counterintuïtive to list multiple individual metadata fields. For example, using the Brown test corpus:
Using this syntax, I only end up with the correct
docId
metadata in the indexmetadata.yaml file. If I switch the order, I only get thecategory
metadata.To get both
docId
andcategory
, I have to do this:At least to me this was confusing because the documentation does show it is possible to have both an individual metadata field as well as
forEachPath
fields under a singlecontainerPath
.