Bjørn Christian Seime
Bjørn Christian Seime
Thanks for the report. Make sure that you do not mix the concept of range and regular attributes/variables in predicate search. The predicates and query value are formatted differently (e.g....
@adriabonetmrf Thanks for uploading your application definition. We were sadly unable to reproduce the problem ourself. We would therefore like you to deploy your application to our public cloud offering...
The log output is statistics from an cache used by predicate search. The information listed there is normal. I'm a bit surprised that this has not been visible in previous...
@adriabonetmrf: Please re-open if you are able to reproduce on Vespa 8.
Jetty has currently no builtin support for zstd encoded request/response content. We'll have to implement it ourself. On approach is to create a new Jetty handler + input/output interceptors for...
Created feature request on Jetty's issue tracker: https://github.com/eclipse/jetty.project/issues/6600.
@baldersheim I have filed a ticket to the Aries team (https://issues.apache.org/jira/browse/ARIES-2080).
I have implemented the feature, similar to the proposal I posted. You can look at the implementation here bjorncs/UpdateChecker@c1be46c1c8832d8e95ef3c25d73de0a200bcc1c0. Note that there are couple of other major changes in my...
Cool! I will send you my Skype username in case you have any questions :)
Hi @lukasmoellerch. The query `all(output(min(price)))` is invalid - a `group` clause is required. Using a fixed value as the expression for `group` produces the expected result: https://doc-search.vespa.oath.cloud/search/?yql=select%20*%20from%20purchase%20where%20true%20%7C%20all(group(1)each(output(min(price)))). The lack of...