: 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
: 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-
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/
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
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
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