Re: NPE Issue with atomic update to nested document or child document through SolrJ

2020-09-18 Thread Frank Vos
Good morning all, Your mail come into my mailbox, please check with your it support why your mail come into my mailbox! If I notice that this is not being done, I will have to take far-reaching measures. Met vriendelijke groet / Kind regards, Frank Vos Servicedesk medewerker T036 760 07

Re: NPE Issue with atomic update to nested document or child document through SolrJ

2020-09-18 Thread Frank Vos
Met vriendelijke groet / Kind regards, Frank Vos Servicedesk medewerker T036 760 07 11 M 06 83 33 57 95 Efrank@reddata.nl Van: Alexandre Rafalovitch Datum: donderdag, 17 september 2020 om 21:07 Aan: solr-user Onderwerp: Re: NPE Issue with atomic

Re: Pining Solr

2020-09-18 Thread Alexandre Rafalovitch
Your builder parameter should be up to the collection, so only "http://testserver-dtv:8984/solr/cpsearch;. Then, on your Query object, you set query.setRequestHandler("/select_cpsearch") as per

Re: Pining Solr

2020-09-18 Thread Erick Erickson
Well, this is doesn’t look right at all: /solr/cpsearch/select_cpsearch/select It should just be: /solr/cpsearch/select_cpsearch Best, Erick > On Sep 18, 2020, at 3:18 PM, Steven White wrote: > > /solr/cpsearch/select_cpsearch/select

Re: Pining Solr

2020-09-18 Thread Steven White
Hi Erick, I'm on Solr 8.6.1. I did further debugging into this and just noticed that my search is not working too now (this is after I changed the request handler name from "select" to "select_cpsearch"). I have this very basic test code as a test which I think revailes the issue: try

Re: Pining Solr

2020-09-18 Thread Erick Erickson
This looks kind of confused. I’m assuming what you’re after is a way to get to your select_cpsearch request handler to test if Solr is alive and calling that “ping”. The ping request handler is just that, a separate request handler that you hit by going to http://sever:port/solr/admin/ping.

Pining Solr

2020-09-18 Thread Steven White
Hi everyone, I'm using SolrJ to ping Solr. This used to work just fine till when I had to change the name of my search request handler from the default "select" to "select_cpsearch", i.e.: I now have this: I looked this up and the solution suggestion on the internet is I need to add a

Stop an async job submitted?

2020-09-18 Thread Jae Joo
HI, Is there any way to stop the job running in Async mode? Thanks,

Fetching and Adding Issue Solr 8.6.2

2020-09-18 Thread Anuj Bhargava
When importing data from *Solr Admin UI* When *Start, Row* not defined, it fetched but did not Add - Last Update: 17:11:54 Requests: 1 , Fetched: 1,750,700 , Skipped: 0 , Processed: 1,750,700 However, When *Start, Row* are defined, it *Fetches* and also *Adds* - Last Update: 17:19:04 Indexing

SOLR 8.6.1 - Request Log - timeZone & Response Time

2020-09-18 Thread Doss
Hi, We have upgraded our SOLR instances to 8.6.1, we are trying to change the timeZone and enabling Response Time, below is our configuration, but the change is not reflecting. true adding this parameter throws exception. File: server/etc/jetty_requestlog_xml

Re: Fetched but not Added Solr 8.6.2

2020-09-18 Thread Anuj Bhargava
Thanks Shawn, it worked. However, I am getting the message - *The solrconfig.xml file for this index does not have an operational DataImportHandler defined!* The following lines are inserted in the solrconfig.xml db-data-config.xml On Fri, 18 Sep 2020 at

Autoscaling Rule for replica distribution across zones

2020-09-18 Thread Dominique Bejean
Hi, I have 4 nodes solrcloud cluster. 2 nodes (solr1 and solr3) are started with the parametrer -Dzone=dc1 and the 2 other nodes (solr 2 and Solr4) are started with the parametrer -Dzone=dc2 I want to create Autoscaling placement Rule in order to equally distribute replicas of a shard over zone

Re: Fetched but not Added Solr 8.6.2

2020-09-18 Thread Shawn Heisey
On 9/18/2020 1:27 AM, Anuj Bhargava wrote: In managed schema, I have Still getting the following error- org.apache.solr.common.SolrException: Document is missing mandatory uniqueKey field: id The problem is that the document that has been fetched with DIH does NOT have a field named id.

Re: How to remove duplicate tokens from solr

2020-09-18 Thread Rajdeep Sahoo
Hi all, I have found the below details in stackoverflow but not sure how to include the jar. Can any one help with this? I've created a new filter class from "FilteringTokenFilter". The task is pretty simple. I would check before adding into the list. I have created a simple plugin Eliminate

Re: Fetched but not Added Solr 8.6.2

2020-09-18 Thread Anuj Bhargava
In managed schema, I have Still getting the following error- org.apache.solr.common.SolrException: Document is missing mandatory uniqueKey field: id at org.apache.solr.update.AddUpdateCommand.getIndexedId(AddUpdateCommand.java:124) at