Re: How to create a tokenizer in a way solr will recognize

2025-01-30 Thread Chris Hostetter
: However, I am getting "A SPI class of type : org.apache.lucene.analysis.TokenizerFactory with name : 'zemberekTokenizer' does not exist." : : I have defined NAME on my tokenizer factory as can be seen here: : https://github.com/yasar11732/lucene-zemberek/blob/master/src/main/java/com/github/y

Re: Deprecating "collection" parameter for routing

2025-01-30 Thread Chris Hostetter
: distributed-search across a number of collections[4]. It's actually a : comma delimited list of collections. AFAICT, this parameter is : undocumented. I want to deprecate this parameter in Solr 9.9, removing it FWIW, It is documented... https://solr.apache.org/guide/solr/latest/deployment-

Re: Using the NOT operator with the AND operator

2025-01-30 Thread Chris Hostetter
Obligatory reading about "boolean" queries in lucene & solr -- still very relevant ~13 years later... https://lucidworks.com/post/solr-boolean-operators/ -Hoss http://www.lucidworks.com/

How to create a tokenizer in a way solr will recognize

2025-01-30 Thread Yaşar Arabacı
Hi, I am trying to create a custom tokenizer for solr. I am not a Java developer, but I have created https://github.com/yasar11732/lucene-zemberek repository by looking at other tokenizers found in lucene source code. I have packaged it into a jar file using maven and put it and other dependency

RE: RE: Re: Re: Vector search problems SolR 9.6 (Lucene 9.10) vs. SolR 9.7 (Lucene 9.11)

2025-01-30 Thread Moll, Dr. Andreas
Hi, just a short follow up on this topic: The Lucene developers found the source of the problem and maybe will fix this issue: https://github.com/apache/lucene/issues/14180 Best regards Andreas

Solo 8.11.3 Cloud Docker S3 Backups

2025-01-30 Thread Adam Howell
Hello, I am currently trying to setup S3 Backups within a Docker container setup of Solr 8.11.3 and have added the backup section to my solr.xml file as follows: ``` solr-collection-backups us-east-1 ``` Here is what my Dockerfile looks like: ``` FROM solr:8.11.3 LABEL maintainer="XX