Re: Lucene 9.0 snapshot names

2021-05-24 Thread Uwe Schindler
Maven consumers only needs checksums to work correctly. The signatures are optional. Uwe Am May 25, 2021 6:16:08 AM UTC schrieb Dawid Weiss : >These signatures are what makes a Maven repository a Maven repository >though. Even when you "deploy" to a local folder, it preserves the >files >require

Re: Lucene 9.0 snapshot names

2021-05-24 Thread Dawid Weiss
These signatures are what makes a Maven repository a Maven repository though. Even when you "deploy" to a local folder, it preserves the files required for other Maven-toolchain tools. I'm not sure how it behaves without signatures. It is entirely doable to create a non-maven-task based assembly i

Re: Lucene 9.0 snapshot names

2021-05-24 Thread David Smiley
Sounds like this would be a good addition to /dev-docs/... ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Mon, May 24, 2021 at 12:56 PM Uwe Schindler wrote: > Thank for this tipp! Helps for Solr, too. I was giving up because it > always wanted to

Re: What is the status and what are the next steps re k-nn search?

2021-05-24 Thread Michael Wechner
Hi Michael Thanks very much for your feedback! I have added a FAQ https://cwiki.apache.org/confluence/display/LUCENE/LuceneFAQ#LuceneFAQ-DoesLucenesupportANN/kNNsearch? and will update it when there will be more information available. Thanks Michael Am 24.05.21 um 16:00 schrieb Michael McCa

Re: Should segment order impact hit count estimation?

2021-05-24 Thread Adrien Grand
Indeed collectors keep state about the minimum required score for a hit to be competitive, typically the next float after the score of the bottom of the priority queue. It can only go up as more documents/segments get collected. Collectors have a feedback loop with scorers that enables scorers to s

Re: Lucene 9.0 snapshot names

2021-05-24 Thread Uwe Schindler
Thank for this tipp! Helps for Solr, too. I was giving up because it always wanted to sign, that Jenkins can't easily do. Uwe Am May 24, 2021 8:03:51 AM UTC schrieb Alan Woodward : >Passing -x signJarsPublication skipped the signing step so I’m good to >go. Thanks everyone for the help! > >> On

Re: What is the status and what are the next steps re k-nn search?

2021-05-24 Thread Michael McCandless
Hi Michael, I'll let others closer to the ongoing vectors developments answer with more technical detail, but one high level answer: The new ANN/kNN feature is not yet released! It will be in Lucene 9.0.0, when that is released (maybe soonish -- there is a running thread about remaining 9.0 bloc

Re: Should segment order impact hit count estimation?

2021-05-24 Thread Michael McCandless
OK, it sounds like this is indeed expected (thanks Adrien, Greg, Mike, Patrick!), that the estimated hit count (GREATER_THAN_OR_EQUAL_TO) can indeed change if the segment order is different but otherwise identical documents are in each segment (yes, with different global doc ids, so the true identi

VectorField: double versus float

2021-05-24 Thread Michael Wechner
Hi From SentenceTransformer of sbert.net I receive double values for embeddinggs, whereas I noticed that VectorField only accepts float values https://github.com/apache/lucene/blob/main/lucene/core/src/java/org/apache/lucene/document/VectorField.java What is the reason, that VectorField only

Re: Lucene 9.0 snapshot names

2021-05-24 Thread Alan Woodward
Passing -x signJarsPublication skipped the signing step so I’m good to go. Thanks everyone for the help! > On 23 May 2021, at 21:11, Dawid Weiss wrote: > > > Create a temporary pgp key for use with signing and use it to sign your maven > artifacts? I don't know if there is a way to use an ag

Re: java 16 gradle not working

2021-05-24 Thread Dawid Weiss
You're welcome. I added one sentence to the readme that should help people find the relevant resource. Switching to gradle 7 is not that trivial, sadly. Dawid On Sun, May 23, 2021 at 11:31 PM Michael Wechner wrote: > thank you very much for this link! > > Thanks > > Michael > > Am 23.05.21 um 2