Re: Lucene/Solr and BERT

2021-05-25 Thread Alex K
Hi Michael and others, Sorry just now getting back to you. For your three original questions: - Yes, I was referring to the Lucene90Hnsw* classes. Michael S. had a thorough response. - As far as I know Opendistro is calling out to a C/C++ binary to run the actual HNSW algorithm and store the HNSW

Usage of score() in Own Query Implementation

2021-05-25 Thread Tim Sockel
Hello there! I'm currently developing a new kind of query via Elasticsearch (but this question is about the Lucene part). I have an issue when it comes to scoring. Here's what I did: I have a new kind of Query, called "CommutingQuantumQuery" (short: CQQuery). I also have two classes "Commutin