Solr 9.2.1 : Change caseSensitive to caseInsensitive on a field

2024-06-27 Thread L'HARHANT Mikael
Hello, I have, in the schema.xml, a field like this. And I want to change to something like : May I need to launch a reload of all the documents or is it possible to add an element in the < schema.xml > or via an backup / restore ? Thanks.

RE: Doing frequency statistics on a field ?

2024-06-27 Thread Bruno Mannina
Hello Jan, Perfect ! it's exactly what I looking for !!! Thanks a lot ! Cordialement, Best Regards Bruno Mannina www.matheo-software.com www.patent-pulse.com Mob. +33 0 634 421 817 -Message d'origine- De : Jan Høydahl [mailto:jan@cominvent.com] Envoyé : jeudi 27 juin 2024 20:38 À :

Re: Doing frequency statistics on a field ?

2024-06-27 Thread Chris Hostetter
The concept you are looking for is "Faceting" ... There are two APIs for faceting in Solr: https://solr.apache.org/guide/8_11/faceting.html https://solr.apache.org/guide/8_11/json-facet-api.html -Hoss http://www.lucidworks.com/

Re: Doing frequency statistics on a field ?

2024-06-27 Thread Jan Høydahl
facet.field=inv Jan Høydahl > 27. juni 2024 kl. 16:14 skrev Bruno Mannina : > > Hi Solr Team, > > > > The Goal : To calculate the frequency of inventor’s name from a query result > > SOLR 8.11.3 > > > > I have a field named “inv” (like inventor, i.e. “Jean Dupond”, “Paul > Durand”, etc…)

Re: Searching for synonyms

2024-06-27 Thread Marcus Bergner
I think you've confused tokenizers and filters. Try something like this: / Marcus

Re: Searching for synonyms

2024-06-27 Thread Carsten Klement
Sorry, I was too quick. I want to search for Tera but also find Terra. But my synonym configuration doesn't seem to work. Solr version is 9.5.0 Does anyone have an idea? Kind regards Carsten Am 27.06.24, 17:18 schrieb "Carsten Klement" mailto:kont...@carsten-klement.de>>: Hello, i want to

Searching for synonyms

2024-06-27 Thread Carsten Klement
Hello, i want to search for tera* and find also terra*  . q=art_txt:tera* AND lngid:1 # schema                             # file synonyms.txt terasse,terrase => terrasse

Doing frequency statistics on a field ?

2024-06-27 Thread Bruno Mannina
Hi Solr Team, The Goal : To calculate the frequency of inventor’s name from a query result SOLR 8.11.3 I have a field named “inv” (like inventor, i.e. “Jean Dupond”, “Paul Durand”, etc…), this field is multivalued. As I do test, I can set the field type as I want, I test string, ngram_tex

Re: SOLR 8 - max requests queued per destination 3000 exceeded

2024-06-27 Thread Tomás Fernández Löbbe
There may be improvements in this area since Solr 8.11, but last time I'd seen it, I worked-around it by switching to http1. See this thread: https://www.mail-archive.com/users@solr.apache.org/msg03272.html On Thu, Jun 27, 2024 at 10:25 AM Paul Cote wrote: > To answer my own inquiry. This is a s

RE: SOLR 8 - max requests queued per destination 3000 exceeded

2024-06-27 Thread Paul Cote
To answer my own inquiry. This is a solr resource (jvm) depletion issue. Restarting each node in the cluster "Solved" it. Ref: https://www.searchstax.com/docs/hc/max-requests-queued-per-destination-3000-exceeded/ On 2024/06/25 15:25:19 Paul Cote wrote: > Hello > > Curious problem just surfaced