Re: Slow execution for Large query in Solr 6.1.0

2021-04-07 Thread Shawn Heisey
On 4/7/2021 12:49 AM, Shawn Heisey wrote: On 4/7/2021 12:29 AM, jay harkhani wrote: Query : https://drive.google.com/file/d/1RHnIVsK7m-T8_3it97jLquyfBFm3OGfj/view Schema File: https://drive.google.com/file/d/1SoKpucgtws3teW0QbV7UKg9xiV1cYuXJ/view For better performance we used term query but

Re: NRT Merge Load on NAS SDD (Cloud) Advice

2021-04-07 Thread Karl Stoney
Hello Jan! Thanks for your reply. - Number of nodes and sepc of each node 9 nodes each 24vCPU 70GB ram, 28GB heap rest for OS. Disks are 768GB SSDs now (going from 512 -> 768 made little difference really). - Nuber of shards and replicas 1 shard, 9 replicas, eg each node holds all dat

mlt.interestingTerms in MoreLikeThisComponent: standalone vs cloud

2021-04-07 Thread Thomas Corthals
Hi all, When I run the following command: curl " http://127.0.0.1:8983/solr/techproducts/select?omitHeader=true&wt=json&q=apache&fl=id&mlt=true&mlt.fl=manu%2Ccat&mlt.mintf=1&mlt.mindf=1&mlt.interestingTerms=list " … against Solr 8.5 in standalone mode with techproducts, I get interestingTerms in

Re: Index Size of a tenant

2021-04-07 Thread Natarajan, Rajeswari
If there is any way to get the size of the index of tenant in a collection where multiple tenants co-exist with composite id router scheme ,let me know We need to somehow track the tenant's index size to see if it grows too big and document count is not proportional to index size in our case. Th

Re: Slow execution for Large query in Solr 6.1.0

2021-04-07 Thread Shawn Heisey
On 4/7/2021 1:10 AM, Shawn Heisey wrote: I do not remember if Solr 6.1.0 contains the change where we made most field types include docValues by default.  I will go diving into the source code to see if I can figure that out.  If you check the Schema section in the admin UI, you can see if fiel

Re: Index Size of a tenant

2021-04-07 Thread Shawn Heisey
On 4/7/2021 1:41 PM, Natarajan, Rajeswari wrote: If there is any way to get the size of the index of tenant in a collection where multiple tenants co-exist with composite id router scheme ,let me know We need to somehow track the tenant's index size to see if it grows too big and document count

Re: Index Size of a tenant

2021-04-07 Thread Natarajan, Rajeswari
Thanks much for your reply. Thanks, Rajeswari On 4/7/21, 1:16 PM, "Shawn Heisey" wrote: On 4/7/2021 1:41 PM, Natarajan, Rajeswari wrote: > If there is any way to get the size of the index of tenant in a collection where multiple tenants co-exist with composite id router scheme ,let me