e cached.
> Thanks,
> Artur Rudenko
>
> -Original Message-
> From: Mikhail Khludnev
> Sent: Thursday, May 14, 2020 2:57 PM
> To: solr-user
> Subject: Re: Filtering large amount of values
>
> Hi, Artur.
>
> Please, don't tell me that you obtain doc
cache?
Thanks,
Artur Rudenko
-Original Message-
From: Mikhail Khludnev
Sent: Thursday, May 14, 2020 2:57 PM
To: solr-user
Subject: Re: Filtering large amount of values
Hi, Artur.
Please, don't tell me that you obtain docValues per every doc? It's deadly slow
see https
Hi, Artur.
Please, don't tell me that you obtain docValues per every doc? It's deadly
slow see https://issues.apache.org/jira/browse/LUCENE-9328 for related
problem.
Make sure you obtain them once per segment, when leaf reader is injected.
Recently there are some new method(s) for {!terms} I'm won
Hi,
We have a requirement of implementing a boolean filter with up to 500k values.
We took the approach of post filter.
Our environment has 7 servers of 128gb ram and 64cpus each server. We have
20-40m very large documents. Each solr instance has 64 shards with 2 replicas
and JVM memory xms and