Re: Custom Query Implementation

2025-01-03 Thread Uwe Schindler
Hi, the expressions query should not be slower. Of course, if you also take the compilation into the query time measurement it may be little slower due to compilation and optimizing. In general queries should be warmed before measuring them + expressions should only be compiled once and reuse

Re: Custom Query Implementation

2025-01-03 Thread Viacheslav Dobrynin
Hi, Thank you! пт, 3 янв. 2025 г. в 14:15, Uwe Schindler : > Hi, > > the expressions query should not be slower. Of course, if you also take > the compilation into the query time measurement it may be little slower > due to compilation and optimizing. In general queries should be warmed > before

Re: Reg Migration to 10.0.0 lucene core jar

2025-01-03 Thread Uwe Schindler
Hi, Which vulnerability are you talking about?!? We opened a CVE a while ago, but this was not about Lucene Core. Some checkers have false positives due to name mismatch. Am 13.12.2024 um 10:41 schrieb lavanya ponnapoolu: Hi Team, We are upgrading lucene-core jar from 4.7.0 to 10.0.0 beca

Re: Support for static analysis annotations

2025-01-03 Thread Uwe Schindler
Hi, we have not yet discussed about that. At moment Lucene uses one custom annotation "@SuppressForbidden") which is detected by the forbiddenapis plugin based on pure class name (not package). Forbiddenapis (https://github.com/policeman-tools/forbidden-apis) is a static analysis tool used ex