Need help to configure DocExpirationUpdateProcessorFactory to delete documents older than 6 months based on column name in document

2021-03-26 Thread amruta dale
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

Re: query.queryResultMaxDocCached not editable via overlay

2021-03-26 Thread Karl Stoney
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/

Re: Frequent OutOfMemoryError on production solr

2021-03-26 Thread Florin Babes
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

Error creating TLOG collection

2021-03-26 Thread Webster Homer
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

Re: Need help to configure DocExpirationUpdateProcessorFactory to delete documents older than 6 months based on column name in document

2021-03-26 Thread Chris Hostetter
: 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

Highlighting with Span queries

2021-03-26 Thread Sjoerd Smeets
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

Highlighting with Span queries

2021-03-26 Thread Sjoerd Smeets
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