Re: Links to classes missing for BMW

2020-10-12 Thread baris . kazar
Hi Adrien,- Great, thanks. Best regards > On Oct 12, 2020, at 1:13 PM, Adrien Grand wrote: > > It's not the most visible place, but the paper is referenced in the source > code of the class that implements BM WAND > https://urldefense.com/v3/__https://github.com/apache/lucene-solr/blob/907d1142

Re: Links to classes missing for BMW

2020-10-12 Thread Adrien Grand
It's not the most visible place, but the paper is referenced in the source code of the class that implements BM WAND https://github.com/apache/lucene-solr/blob/907d1142fa435451b40c072f1d445ee868044b15/lucene/core/src/java/org/apache/lucene/search/WANDScorer.java#L29-L44 . On Mon, Oct 12, 2020 at 6

Re: Links to classes missing for BMW

2020-10-12 Thread baris . kazar
Hi Uwe,-  i see, thanks for the info, i wish the documentation mentions this new algorithm by referencing the papers (i have the papers). Best regards On 10/12/20 12:27 PM, Uwe Schindler wrote: There's not much new documentation, it works behind scenes, except that IndexSearcher.search and

Re: Links to classes missing for BMW

2020-10-12 Thread Uwe Schindler
There's not much new documentation, it works behind scenes, except that IndexSearcher.search and TopDocs class no longer return an absolute count for totalHits and instead this class: https://lucene.apache.org/core/8_0_0/core/org/apache/lucene/search/TotalHits.html Uwe Am October 12, 2020 4:22

Re: Links to classes missing for BMW

2020-10-12 Thread baris . kazar
Hi Uwe,-  Could You please point me to the class documentation please? Best regards On 10/12/20 12:16 PM, Uwe Schindler wrote: BMW support is in Lucene since version 8.0. Uwe Am October 12, 2020 4:08:42 PM UTC schrieb baris.ka...@oracle.com: Hi,-  Is BMW (Block Max Wand) support

Re: Links to classes missing for BMW

2020-10-12 Thread Uwe Schindler
BMW support is in Lucene since version 8.0. Uwe Am October 12, 2020 4:08:42 PM UTC schrieb baris.ka...@oracle.com: >Hi,- > >  Is BMW (Block Max Wand) support only for Solr? > >https://lucene.apache.org/solr/guide/8_6/solr-upgrade-notes.html > >This pages says "also" so it implies support for Luce

Links to classes missing for BMW

2020-10-12 Thread baris . kazar
Hi,-  Is BMW (Block Max Wand) support only for Solr? https://lucene.apache.org/solr/guide/8_6/solr-upgrade-notes.html This pages says "also" so it implies support for Lucene, too, right? Best regards - To unsubscribe, e-mai