Solr High Memory and CPU Usage

2021-04-22 Thread HariBabu kuruva
Hi everyone, We are using solr 8.1.1. We see memory and CPU are highly utilized (~ 90%) for all the solr nodes every day. We have solr cluster of 8 servers. Each server has 2 instances running. Please let me know how to proceed and what actions to take. Let me know if more information is needed.

Re: Solr cloud: Help needed on the slowness noticed for heavy updates

2021-04-22 Thread Rekha Sekhar
Hi, Gentle reminder...it's highly appreciated your advise on this. Thanks Rekha On Thu, 22 Apr, 2021, 1:13 PM Rekha Sekhar, wrote: > Hi, > > We are experiencing heavy slowness on updates for SolrCloud implementation. > We are using it as 1 shard with 2 clusters. Also we have 3 zookeeper > node

Want to know about Solr security updates.

2021-04-22 Thread Basheer K
I want to subscribe to know about security updates for Apache Solr. Please let me know the mailing list ID? Best Regards, Basheer K

Re: Facet over String field giving weird results

2021-04-22 Thread Dave
You need to add a facet.mincount=1 to your request I believe https://solr.apache.org/guide/6_6/faceting.html > On Apr 22, 2021, at 6:54 PM, ufuk yılmaz wrote: > > When I facet over a string field (indexed=false, stored=false, > docValues=true, multiValued=false, useDocValuesAsStored=true) >

Facet over String field giving weird results

2021-04-22 Thread ufuk yılmaz
When I facet over a string field (indexed=false, stored=false, docValues=true, multiValued=false, useDocValuesAsStored=true) With &facet=on&facet.field=myField I get these weird results after actual facet results: "",0, "09r",0, "09s",0,

Re: Solr equivalent of relational joins on nested documents

2021-04-22 Thread Timothy Potter
Might take a look at the domain join stuff in JSON facets too: https://solr.apache.org/guide/8_8/json-faceting-domain-changes.html#join-query-domain-changes ... I've seen this work where you index a common ID field in each document (different document types in the same collection each having a comm

Re: Solr equivalent of relational joins on nested documents

2021-04-22 Thread Alain Rogister
Hi, Thanks, I knew about that one, but note the date : 2012. A lot has changed in the meantime, specifically block joins and improved nested documents support. But I wonder about what can be expressed, even if we leave performance issues aside for another post. I can't find a comprehensive exam

Re: Solr equivalent of relational joins on nested documents

2021-04-22 Thread Eran Buchnick
Read this before going deeper https://lucidworks.com/post/solr-and-joins/ Good luck On Wed, 21 Apr 2021, 13:55 Alain Rogister, wrote: > Hi, > > Imagine that you have been tasked with designing a Solr-based system that > indexes and queries data aggregated from several relational databases. All

Re: Upgrade from Solr 1.4 to Solr 8.8

2021-04-22 Thread Mark H. Wood
On Wed, Apr 21, 2021 at 10:08:27AM +0200, shacky wrote: > Thanks Alessandro. > > 1) design your solution from scratch on Solr 8.x using your 1.4 config as a > > reference. > > > > I cannot change the schema at the moment, but I will be able to reconfigure > Solr 8 from scratch if this is what yo

Re: WordDelimiter does not generate expected token

2021-04-22 Thread Michael Gibney
WDGF with both "generate*Parts"/"splitOn" _and_ "catenate*"/"perserveOriginal" generates a graph TokenStream structure that relies on PositionLengthAttribute to accurately reflect the graph structure. Because Lucene does not index PositionLengthAttribute, this information is lost when WDGF is used

SolrCloud stopped suddenly --> error='Cannot allocate memory' (errno=12)

2021-04-22 Thread Vignan Malyala
Hi all We have a SolrCloud setup with 3 nodes maintained on zookeeper. Collections: 1200 RAM: 300 GB per node Heap - Xms: 160GB Xmx: 220GB Index size: 150GB It was running fine till now. Suddenly our solr cloud nodes went down and stopped. We observed following log about the breakdown: OpenJDK 6

Solr cloud: Help needed on the slowness noticed for heavy updates

2021-04-22 Thread Rekha Sekhar
Hi, We are experiencing heavy slowness on updates for SolrCloud implementation. We are using it as 1 shard with 2 clusters. Also we have 3 zookeeper nodes. The *solr* version is *8.7.0 *and *ZK* version is *3.6.2*. Everyday we have some heavy updates (100,000 to 500,000 updates processed parallel