Re: Lowercase Indexing

2024-07-16 Thread Dario.Viva
displayed for txt fields? With many thanks for your help Dario From: Jeremy Buckley - IQS-C Date: Tuesday, 16 July 2024 at 03:04 To: users@solr.apache.org Subject: Re: Lowercase Indexing CAUTION: This is an external email. Do not click any links or open any attachments unless you trust the

Re: Lowercase Indexing

2024-07-15 Thread Jeremy Buckley - IQS-C
Did you try the sort? Operations applied in the indexing analysis chain do not affect the stored version of the field, the one you see in search results. They only affect the internal lucene indexed version of the field, which is what will be used for sorting. The Solr admin UI provides an Analysi

Re: Lowercase Indexing

2024-07-15 Thread ufuk yılmaz
Hi Dario How does the field definition for type="lowercase" look like? —ufuk — > On Jul 16, 2024, at 1:06, wrote: > > type="lowercase"

Lowercase Indexing

2024-07-15 Thread Dario.Viva
Dear Solr Team I have documents where I want to index a field twice. One time as a normal string, and another time as a lowercase string. I have not changed the default managed-shema.xml. There the two corresponding dynamic fields are configured. [...] [...] [...] But still, the content of