> ICUNormalizer2CharFilterFactory name=“nfkc_cf” (the default)
> WhitespaceTokenizerFactory
> SynonymGraphFilterFactory
> FlattenGraphFilterFactory
> KStemFilterFactory
> RemoveDuplicatesFilterFactory
>
> Thanks a lot. Very useful insights.
Regards,
Jayadevan
Nested docs would be one approach, result grouping might be another.
Regarding JOINs, the only way you're going to know is by some
representative testing.
Charlie
On 05/10/2020 05:49, Rahul Goswami wrote:
Charlie,
Thanks for providing an alternate approach to doing this. It would be
interesti
Hello!
I'm having some troubles with using MappingCharFilterFactory in my schema.
We're using it to replace some escaped html entities
so HTMLStripCharFilterFactory can take care of those.
When testing this out in Analysis it works perfectly, however, when adding
elements to Solr, the mapping doe
How do you know it does not apply?
My Doh moment is often forgetting that stored version of the field is not
affected by analyzers. One has to look in schema Admin UI to check indexed
values.
Regards,
Alex
On Mon., Oct. 5, 2020, 6:01 a.m. Lukas Brune,
wrote:
> Hello!
>
> I'm having some tro
Hi all,
I have an solr 6.5 indexes that I should migrate to a 8.6.2 version.
Knowing that the migration of more than one version shift is now blocked in
the 8.6 version, what is the recommended way of making an old 6.5 index to
be ported to a 8.6.2 version ? Having things reindexed from scra
Hi Erick,
Thank you for looking into my question.
Below is timing for Solr 6 and Solr 8. I see that the search time depends on
grouping, without grouping it is very fast and approx. the same for both solr 6
& 8, but with grouping the solr 8 is much slower. The difference grows with
number of re
Dear Team,
Any suggestions on below observation?
Thanks & Regards,
Deepu
On Sun, Oct 4, 2020 at 7:57 PM Deepu wrote:
> Hi Team,
>
> I am using Solr document centric external version configuration to control
> concurrent updates.
> Followed sample configuration given in below github path.
>
> ht
>
> ICUNormalizer2CharFilterFactory name=“nfkc_cf” (the default)
> WhitespaceTokenizerFactory
> SynonymGraphFilterFactory
> FlattenGraphFilterFactory
> KStemFilterFactory
> RemoveDuplicatesFilterFactory
>
> One doubt related to this. Ideally, the same sequence should be followed
for indexing and qu