Re: Solr stop word list is different to lucene list (french language)

2024-06-25 Thread Alastair Porter
Thanks, Eric. I created https://issues.apache.org/jira/browse/SOLR-17346 and opened a PR against it. Alastair On Tue, 11 Jun 2024 at 14:02, Eric Pugh wrote: > It makes sense to me to keep the two sets aligned! Please do open a JIRA > and a PR. > > > On Jun 11, 2024, at 5:

Solr stop word list is different to lucene list (french language)

2024-06-11 Thread Alastair Porter
Hello, I see that the stopwords_fr.txt list included in the solr default configset is "out of date" compared to the same file in lucene. https://github.com/apache/solr/blob/a42c605fb916439222a086356f368f02cf80304a/solr/server/solr/configsets/_default/conf/lang/stopwords_fr.txt https://github.com/ap

Re: Dense Vector Search fieldType default parameters result in index error

2022-12-14 Thread Alastair Porter
I opened https://issues.apache.org/jira/browse/SOLR-16588 Alastair On Wed, 14 Dec 2022 at 08:52, Alastair Porter wrote: > Hi Alessandro, > Thanks for the confirmation of the bug. > I'd be happy to create an issue for this, but I don't have a jira account, > and I se

Re: Dense Vector Search fieldType default parameters result in index error

2022-12-13 Thread Alastair Porter
; Hi Alastair, > That's definitely not intended and we'll fix it as soon as possible (it > will be available in the next release). > > Feel free to create a Jira issue on the Apache Solr project with this > details (and I'll be able to link it in the Pull Request) >

Dense Vector Search fieldType default parameters result in index error

2022-12-13 Thread Alastair Porter
Hi there, I'm using solr 9.1 to implement dense vector search using the documentation at https://solr.apache.org/guide/solr/latest/query-guide/dense-vector-search.html According to the guide, a valid fieldType configuration is: Using the schema API, I added the following configuration: $ grep k