RE: Schema.xml, copyField, Slash, ignoreCase ?

2019-01-14 Thread Bruno Mannina
Hi Erick, Thanks for the tip Admin>>UI>>(core)>>analysis, I will investigate this afternoon. Regards, Bruno -Message d'origine- De : Erick Erickson [mailto:erickerick...@gmail.com] Envoyé : vendredi 11 janvier 2019 17:18 À : solr-user Objet : Re: Schema.xml

RE: Schema.xml, copyField, Slash, ignoreCase ?

2019-01-14 Thread Bruno Mannina
Objet : Re: Schema.xml, copyField, Slash, ignoreCase ? Hi Bruno, ignoreCase: Looks like you already have achieved this? auto truncation: This is caused by inclusion of PorterStemFilterFactory in your "text_en" field type. If you don't want its effects (i.e. treating different forms o

Re: Schema.xml, copyField, Slash, ignoreCase ?

2019-01-11 Thread Steve Rowe
Hi Bruno, ignoreCase: Looks like you already have achieved this? auto truncation: This is caused by inclusion of PorterStemFilterFactory in your "text_en" field type. If you don't want its effects (i.e. treating different forms of the same word interchangeably), remove the filter. process

Re: Schema.xml, copyField, Slash, ignoreCase ?

2019-01-11 Thread Erick Erickson
The admin UI>>(select a core)>>analysis page is your friend here. It'll show you exactly what each filter in your analysis chain does and from there you'll need to mix and match filters, your tokenizer and the like to support the use-cases you need. My guess is that the field type you're using

Schema.xml, copyField, Slash, ignoreCase ?

2019-01-11 Thread Bruno Mannina
Hello, I’m facing a problem concerning the default field “text” (SOLR 5.4) and queries which contains / (slash) I need to have default “text” field with: - ignoreCase, - no auto truncation, - process slash char I would like to perform only query on the field “text” Queries can