Hello Users,
I am using solr version 7.4.0. I have around 10 collections which are
created using the default solrconfig.xml.
Few collections have the column : *solr_created_dttm* which is indexed. I
want to delete all the documents from these collections which are older
than 6 months.
I under
Haha thanks for the spot! __
On 26/03/2021, 01:26, "Koji Sekiguchi" wrote:
It seems the reference guide has typo for the parameter. Try
query.queryResultMaxDocsCached.
Koji
On 2021/03/25 22:12, Karl Stoney wrote:
> Hey,
>
https://eur03.safelinks.protection.outlook.com/
Hello Parshant,
I can't see anything particular wrong with your query. You could try using
collpaseqparser and expand instead of group to see if you have any
improvements.
Also you should check how much memory your caches use and check for any
evictions or check the hitrate. Maybe you do not need y
I've tried to post his several times, but have not seen it in the discussion,
maybe my account was removed?
Anyway I need help with this issue. It looks like a bug to me
We use Solr 7.7.2 in a solrcloud consisting of 4 nodes. Each collection has 2
shards and we try to place a replica on each nod
: Few collections have the column : *solr_created_dttm* which is indexed. I
: want to delete all the documents from these collections which are older
: than 6 months.
:
: I understand there is *DocExpirationUpdateProcessorFactory *which needs to
: be added to solrconfig.xml.
:
: Can someone pl
Hi all,
I am trying to get highlighting working with Span queries. My span query
looks like (my query parser is an extension of the edismax queryparser):
*spanNear([stemmed_text:tintin, stemmed_text:haddock], 4, false)*
When I change the query to
*+stemmed_text:tintin +stemmed_text:haddock*
I g
Hi all,
I am trying to get highlighting working with Span queries. My span query
looks like (my query parser is an extension of the edismax queryparser):
*spanNear([stemmed_text:tintin, stemmed_text:haddock], 4, false)*
When I change the query to
*+stemmed_text:tintin +stemmed_text:haddock*
I g