RE: Query redg : diacritics in keyword search

2018-03-30 Thread Allison, Timothy B.
/TextProcessingAndAdvancedSearch_tallison_MITRE_201510_final_abbrev.pdf -Original Message- From: Charlie Hull [mailto:char...@flax.co.uk] Sent: Thursday, March 29, 2018 9:25 AM To: solr-user@lucene.apache.org Subject: Re: Query redg : diacritics in keyword search On 29/03/2018 14:12, Peter Lancaster wrote: > Hi, > > You don't sa

RE: Query redg : diacritics in keyword search

2018-03-29 Thread Paul, Lulu
5:21 To: solr-user@lucene.apache.org Subject: Re: Query redg : diacritics in keyword search On 3/29/2018 5:02 AM, Paul, Lulu wrote: > The keyword search Carré returns values Carré and Carre (this works > well as I added the tokenizer class="solr.ASCIIFoldingFilterFactory" pr

Re: Query redg : diacritics in keyword search

2018-03-29 Thread Shawn Heisey
On 3/29/2018 5:02 AM, Paul, Lulu wrote: The keyword search Carré returns values Carré and Carre (this works well as I added the tokenizer in the schema config to enable returning of both sets of values) Now looks like we want Carre to return both Carré and Carre (and this dosen’t work.

Re: Query redg : diacritics in keyword search

2018-03-29 Thread Charlie Hull
To: solr-user@lucene.apache.org Subject: Query redg : diacritics in keyword search Hi, The keyword search Carré returns values Carré and Carre (this works well as I added the tokenizer in the schema config to enable returning of both sets of values) Now looks like we want Carre to return both

RE: Query redg : diacritics in keyword search

2018-03-29 Thread Peter Lancaster
if you simply use on both index and query. Cheers, Peter. -Original Message- From: Paul, Lulu [mailto:lulu.p...@bl.uk] Sent: 29 March 2018 12:03 To: solr-user@lucene.apache.org Subject: Query redg : diacritics in keyword search Hi, The keyword search Carré returns values Carré and Carre

Query redg : diacritics in keyword search

2018-03-29 Thread Paul, Lulu
Hi, The keyword search Carré returns values Carré and Carre (this works well as I added the tokenizer in the schema config to enable returning of both sets of values) Now looks like we want Carre to return both Carré and Carre (and this dosen’t work. Solr only returns Carre) – any ideas on