Re: Soft commit takes 5 seconds in Solr 8.9.0

2023-10-10 Thread John Jackson
ndex cores on a single machine? --> 700 GB(solr instance one 303GB & second instance 379 GB) Looking for Max Doc, Num Docs, and on-disk size Max Doc --> 5913435 Num Docs --> 4330880 on-disk size --> 84.32 GB On Sat, Oct 7, 2023 at 9:22 PM Shawn Heisey wrote: > On 10/5/23 23

Re: Soft commit takes 5 seconds in Solr 8.9.0

2023-10-05 Thread John Jackson
Hello, Kindly guide/help us on this. I already shared the requested files. On Tue, Oct 3, 2023 at 10:57 AM John Jackson wrote: > Here is our schema.xml and solarconfig.xml > > > https://drive.google.com/drive/folders/1yQszxxpQESIQN4OtjGbYyBM1WSll6yUP?usp=sharing > > Notes:

Re: Soft commit takes 5 seconds in Solr 8.9.0

2023-10-02 Thread John Jackson
Here is our schema.xml and solarconfig.xml https://drive.google.com/drive/folders/1yQszxxpQESIQN4OtjGbYyBM1WSll6yUP?usp=sharing Notes: autoSoftCommit is set to 100 ms On Fri, Sep 29, 2023 at 7:23 PM Shawn Heisey wrote: > On 9/29/23 02:57, John Jackson wrote: > >>> but our req

Re: Soft commit takes 5 seconds in Solr 8.9.0

2023-09-29 Thread John Jackson
There seems to be a typo here with the "}"? >> Yes It is unusual with 100ms commit time, you risk that commits pile up during rapid indexing and cause inefficiencies. I'd increase it to at least 1000ms. >> but our requirement NRT so we keep 100 milliseconds. Can you reproduce this in an IDLE sys

Re: Soft commit takes 5 seconds in Solr 8.9.0

2023-09-28 Thread John Jackson
r and do not commit after indexing all because we have configured in solr config xml. On Thu, Sep 28, 2023 at 5:15 PM Jan Høydahl wrote: > How many docs have you added before the softCommit? > Do you use any cache warming or other commit hooks? > > Jan > > > 28. sep.

Soft commit takes 5 seconds in Solr 8.9.0

2023-09-28 Thread John Jackson
Hello We are using Solr 8.9.0. We have configured Solr cloud like 2 shards and each shard has one replica. We have used 5 zoo keepers for Solr cloud. We have used the below schema field in employee collection. *Total no of record*: 8562099 *Size of instance:* solrgnrls2r167GB solrgnrls1-

Apache SOLR from Version 8.6.0 - Joining between Multiple Collections and Multiple Shards in each collection

2023-08-07 Thread John Jackson
Please consider SOLR version greater than 8.6.0 for this query. There are many questions regarding this issue but all are before version 8.6.0 and at that time SOLR was not supporting Join between multiple shards and multiple collection. Now ref

Leading zero were automatically removed from int data type field in solr so how to overcome this issue without using string data type

2023-07-03 Thread John Jackson
Hello All, Recently I got a response but Whenever we are inserting this value in the Database value is *0045*. the value showing in the listing is also *0045*. but whenever we try to insert the value in *0045* it saves *45* in Solr. So how can we achieve *0045* in solr for same? But if we are us

Leading zero were automatically removed from int data type field in solr so how to overcome this issue without using string data type

2023-07-03 Thread John Jackson
Hi All, We are using the *int data type* field in Solr. The value which we are trying to add is *0045*. While Solr inserts this value into that field it will automatically remove the preceding *'00'*. The value shown in Solr is *45*. Provide the solution to overcome this problem and add the data