Re: dataimport problem

2023-09-03 Thread Mikhail Khludnev
Hi Scott It should WARN into org.apache.solr.handler.dataimport.SolrWriter Check that this log category is enabled, and check logs for it. see https://github.com/SearchScale/dataimporthandler/blob/branch_9x/src/main/java/org/apache/solr/handler/dataimport/SolrWriter.java#L82C7-L82C10 On Sun, Sep

SolrJ 9.3 timeout when using http2, works with http

2023-09-03 Thread Ing. Andrea Vettori
Hello, what can cause this issue ? This times out solrServer = new Http2SolrClient.Builder(solrUrl) .withRequestTimeout(SOLR_TIMEOUT_MINUTES, TimeUnit.MINUTES) .withConnectionTimeout(SOLR_TIMEOUT_MINUTES, TimeUnit.MINUTES)

RE: Strategies for Real-Time Data Updates in Solr Without Compromising Latency

2023-09-03 Thread Ing. Andrea Vettori
Hello can you please explain the problem with a few numbers ? We’re using solr as the backend for our e-commerce platform and update it several times a day (around 4 times per hour) and don’t have any issue. It may depend on system size, concurrent searches etc… so if you have a few numbers it

Re: Strategies for Real-Time Data Updates in Solr Without Compromising Latency

2023-09-03 Thread Shawn Heisey
On 8/25/23 12:16, Neeraj giri wrote: Our team is currently working with Solr 8.11 in cloud mode to power our search system, built using Java Spring at the application layer. We're facing a challenge in maintaining up-to-date pricing information for our ecommerce platform, which experiences freque

Re: SolrJ 9.3 timeout when using http2, works with http

2023-09-03 Thread Shawn Heisey
On 9/3/23 04:28, Ing. Andrea Vettori wrote: what can cause this issue ? This times out solrServer = new Http2SolrClient.Builder(solrUrl) .withRequestTimeout(SOLR_TIMEOUT_MINUTES, TimeUnit.MINUTES) .withConnectionTimeout(SOLR_TI

Re: dataimport problem

2023-09-03 Thread Dmitri Maziuk
On 9/2/23 13:38, Scott Derrick wrote: How do I find out what document is failing on import? Presumably you have primary keys on both sides. Fetch them and compare the lists. Dima

Re: SolrJ 9.3 timeout when using http2, works with http

2023-09-03 Thread Ing. Andrea Vettori
> On 3 Sep 2023, at 17:30, Shawn Heisey wrote: > > On 9/3/23 04:28, Ing. Andrea Vettori wrote: >> what can cause this issue ? >> This times out >> solrServer = new Http2SolrClient.Builder(solrUrl) >> .withRequestTimeout(SOLR_TIMEOUT_MINUTES, >> TimeUnit.MI

Performance and number of fields per document

2023-09-03 Thread Ing. Andrea vettori
Hello, We’re using Solr for our e-commerce platform since many years and it always worked very well for over one million documents with a couple hundreds fields per document; we also do complex faceted searches and it works great. Now we’re trying to use Solr for another project that builds on

Re: SolrJ 9.3 timeout when using http2, works with http

2023-09-03 Thread Shawn Heisey
On 9/3/23 13:36, Ing. Andrea Vettori wrote: For this test code I tried a few values of minutes to see if it would work after some time (it never worked). Usually on production code we use different timeouts all in the few seconds ranges. What is the Solr version on the server? Older Solr ve