Henning Baldersheim
Henning Baldersheim
There are primarily 2 causes for this. 1 - when hits > weakand.targetHits, you risk that you get hits from nearestNeighbor which does not make it into the weakAnd heap....
I tried to reproduce, but failed. This is the definition of my content and container cluster and ``` 1.0 .... .... ``` Then I run 2 commands to verify, first...
This is still working for me, you need to provide a complete services.xml and exact command and output that you run to verify it, including the2 I ran above.
This is not the same as #31106. This relates to multi value fields, `field title type array`. As a short string sorts before a longer one, all else being equal,...
I will look into this and see if this is expected behavior, and what can be done to improve this. 1 - How many documents do you have per node,...
Thanks, this is what I need. The issue is that the hitratio you have (3062770/232863029) is outside of the area the heuristics have been tested for. Based on the numbers...
No it might offset the issue, but is no real solution. The inherent problem here is find the crossover point where to graphs meet. Simplified it is to find the...
Api breakage, need further work. Holding for now.
@bjorncs or @gjoranv Perhaps either of you can have a look at this on 07:46:12 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project bundle-plugin: Compilation failure: Compilation failure: 07:46:12...
I am not sure that we should tempt more usage of default summary class. I think it is better to guide usage towards making the summary classes explicit. Once people...