Re: BlendedInfixSuggester wiki errata corrige

2018-06-06 Thread Alessandro Benedetti
Hi Cassandra, thanks for your reply. I did the fix in the official documentation as part of the bugfix I am working on: LUCENE-8343 Any feedback is welcome ! Cheers - --- Alessandro Benedetti Search Consultant, R&D Softw

Re: BlendedInfixSuggester wiki errata corrige

2018-06-06 Thread Cassandra Targett
Solr's documentation is now integrated with Lucene/Solr source code, so can be edited by anyone who is willing or able to submit a patch for it. In your case, you could integrate these edits with the code changes you're making for the JIRA issues you reference and include them with the patches you'

Re: BlendedInfixSuggester wiki errata corrige

2018-06-05 Thread Alessandro Benedetti
Errata corrige to my Errata corrige post : e.g. Position Of First match = *0 | 1 | 2 | 3 |* Linear |1 | 0.9|0.8|0.7 Reciprocal |1 | 1/2|1/3|1/4 Exponential Reciprocal |1 | 1/4|*1/9*|1/16 - --- Alessandro Benedetti

BlendedInfixSuggester wiki errata corrige

2018-06-05 Thread Alessandro Benedetti
Hi all, I have been working quite a bit on the BlendedInfixSuggester : - to fix a bug : LUCENE-8343 - to bring an improvement : LUCENE-8347 I was reviewing the wiki documentation for the B