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
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)
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
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
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
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
> 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
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
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