Koen Mertens
Koen Mertens
Do we need to expose this in the frontend?
Hmm, the backward ordering is an issue with the frontend then. Since we're decoding the identity instead of using the identity display. I think this was once needed because we...
It would also be nice to inherit some settings from the forEach such as - forwardIndex - allowDuplicateValues - multipleValues - uiType - isInternal - captureXml
Just making a note that the array size issue from the OP was fixed in https://github.com/INL/BlackLab/commit/5d61a17f35117b4b4351834be377058f5d97a298
Just marking this fixed: https://github.com/INL/BlackLab/commit/c17048b31abbc309530a13787a832c10c4bf8991
> It shouldn't, because document length is determined from a stored field, not from the number of indexed positions an annotation has, but this should be verified. I know of...
Instead of adding seperate watchers for many props, maybe something like the following could work? When you do this, your watcher will still work as usual, but it'll be called...
Hmm, documentation of ConcurrentHashMap states "retrieval operations do _not_ entail locking", so no, I don't think it prevents it sadly
This was caused by a (malformed?) document where the containerPath would match document contents twice: ```yaml # What element (relative to document) contains this field's contents? # (if omitted, entire...
Just chiming in that SOLR is indeed why the migration to EE 10 isn't done yet. Though I did come across [this](https://tomcat.apache.org/migration-10.html#:~:text=Tomcat%20can%20convert%20an%20existing%20web%20application%20from%20Java%20EE%208%20to%20Jakarta%20EE%209%20at%20deployment%20time). It seems like maybe we can deploy in...