Juri Leino

Results 390 comments of Juri Leino

Thanks for your thorough issue report. From the stack trace it is clear that this is a duplicate of #5273 Although the original issue is closed the fix has not...

I checked exist-db's code base plus its bundled applications and found several uses of the pragmas it offers (`exist:optimize`, `exist:force-index-use` and `exist:time`). While the majority of code does already have...

@scheidelerl Thank you for this complete issue report. I would like to know with which version of exist-db the above test-suite passes.

In order to read values of binary fields a new function was added `ft:binary-field` and I cannot see you using it. Maybe that is the issue?

see also https://exist-db.org/exist/apps/doc/lucene#retrieve-fields "Retrieving Field Content"

@scheidelerl you need to have some hits in order to sort them using the binary field values. I suspect that your call to `ft:query` returns an empty sequence. Can you...

> In eXide the attribute binary show this linter error : [cvc-complex-type.3.2.2: Attribute 'binary' is not allowed to appear in element 'field'] It can very well be, that the schema...

> Why this works in 5.4.0? As far as I know binary fields were added in version 6.2.0. That means it cannot work in version 5.4.0.