Re: Replica goes into recovery mode in Solr 6.1.0

2020-07-08 Thread vishal patel
Thanks for reply. what you mean by "Shard1 Allocated memory” >> It means JVM memory of one solr node or instance. How many Solr JVMs are you running? >> In one server 2 solr JVMs in which one is shard and other is replica. What is the heap size for your JVMs? >> 55GB of one Solr JVM. Regards,

Solr multi word search across multiple fields with mm

2020-07-08 Thread Venu
Search on words spanning across different fields using edismax query parser with minimum match(mm) and sow=false generates different queries when a field undergoes different query-time analyses(like multi-word synonyms, stop words, etc) Assuming I have 2 documents where brand,

Solr docker image works with image option but not with build option in docker-compose

2020-07-08 Thread gnandre
Hi, I am using Solr docker image 8.5.2-slim from https://hub.docker.com/_/solr. I use it as a base image and then add some more stuff to it with my custom Dockerfile. When I build the final docker image, it is built successfully. After that, when I try to use it in docker-compose.yml (with build

Re: Suggestion or recommendation for NRT

2020-07-08 Thread ramyogi
Hi Team, Any suggestion or recommendation for the above approach which we are doing to have better search performance. -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Tokenizing managed synonyms

2020-07-08 Thread Kayak28
Hello, Solr Community: Actually, you can set up a tokenizer for the managed synonyms. But, the configuration is not on the reference guide, and I do not know how to add a Tokenizer via API-call. So, you might need to manually edit a JSON file below the config directory. In the

Re: Replica goes into recovery mode in Solr 6.1.0

2020-07-08 Thread Walter Underwood
I don’t understand what you mean by "Shard1 Allocated memory”. I don’t know of any way to dedicate system RAM to an application object like a replica. How many Solr JVMs are you running? What is the heap size for your JVMs? Setting soft commit max time to 100 ms does not magically make Solr

Re: Replica goes into recovery mode in Solr 6.1.0

2020-07-08 Thread vishal patel
Actually, I have showed our collection details in Excel format but may be formatting is removed here. For this you can see https://drive.google.com/file/d/1K9JyvJ50Vele9pPJCiMwm25wV4A6x4eD/view Regards, Vishal Patel From: Rodrigo Oliveira Sent: Wednesday, July

Replication of Solr Model and feature store

2020-07-08 Thread krishan goyal
Hi, How do I enable replication of the model and feature store ? Thanks Krishan

Re: Replica goes into recovery mode in Solr 6.1.0

2020-07-08 Thread Rodrigo Oliveira
Hi, How do you show this? Command for this resume? *Our collections details are below: Collection Shard1 Shard1 Replica Shard2 Shard2 Replica Number of Documents Size(GB)Number of Documents Size(GB) Number of Documents Size(GB)Number of Documents

QTime lesser for facet.limit=-1 than facet.limit=5000/10000

2020-07-08 Thread ana
Hi Team, Which is more optimized: facet.limit=-1 OR facet.limit=1/5/4? For a high Cardinality string field, with no cache enabled, no docValues enabled, after every RELOAD on Solr admin UI for each query with different facet.limit, why the QTime for "facet.limit=-1" is lesser as

Re: Performance in solr7.5

2020-07-08 Thread Sankar Panda
Hi All, Any suggestion? Thanks Sankar Panda On Mon, Jul 6, 2020, 16:58 Sankar Panda wrote: > Hi Eric, > Thanks for your mail. I am seeing that 91`% time cpu is idle. > > if you see below some of the stats ,still i am not able to visualize where > it is wrong > > Filename

Solr multi word search across multiple fields with mm

2020-07-08 Thread Venu
Hi We observed that the multi-word queries spanned across multiple fields with mm create a problem. Any help would be appreciated. Current Problem: Search on words spanning across different fields with minimum match(mm) and sow=false generates field centric query with per field mm rather than