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 15:2

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. Be

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 org.apache.solr.update.processor.DistributedUpdateProcessor.v

Re: Fetched but not Added Solr 8.6.2

2020-09-17 Thread Anuj Bhargava
SolrWriter Error creating document : On Thu, 17 Sep 2020 at 15:53, Jörn Franke wrote: > Log file will tell you the issue. > > > Am 17.09.2020 um 10:54 schrieb Anuj Bhargava : > > > > We just installed Solr 8.6.2 > > It is fetching the data but not adding > > > > Indexing completed. *Added/Updat

Re: Fetched but not Added Solr 8.6.2

2020-09-17 Thread Jörn Franke
Log file will tell you the issue. > Am 17.09.2020 um 10:54 schrieb Anuj Bhargava : > > We just installed Solr 8.6.2 > It is fetching the data but not adding > > Indexing completed. *Added/Updated: 0 *documents. Deleted 0 documents. > (Duration: 06s) > Requests: 1 ,* Fetched: 100* 17/s, Skipped:

Fetched but not Added Solr 8.6.2

2020-09-17 Thread Anuj Bhargava
We just installed Solr 8.6.2 It is fetching the data but not adding Indexing completed. *Added/Updated: 0 *documents. Deleted 0 documents. (Duration: 06s) Requests: 1 ,* Fetched: 100* 17/s, Skipped: 0 , Processed: 0 The *data-config.xml*