Hello,
We are using add method of CloudSolrClient for insert data into Solr Cloud
Index. In specific scenario we need to insert record of around 3 MB document
into Solr which takes 5-6 seconds.
Can we use any alternate to improve performance?
Regards,
Jay Harkhani.
I recently installed Solr 6.4 and configured it to work with Full import
of index using DataImportHandler as the data's were stored at SQL server.
Now I want to do delta import for the new/updated records to be index to
solr. But unfortunately this functionality is not working through my Solr
Adm
I'd open up a JIRA on the Lucene Apache project describing what you
intend and go from there. That'll get the attention of the Lucene folks,
not all of whom monitor the Solr user's list.
As far as figuring out your starting point, I'd start with stepping through
the code via one of the unit tests.
Did you index _data_ to the new field? Did you commit afterwards? Did
you try indexing the field in a new doc from the admin UI?
Given you're seeing that the field is stored and indexed, you should
be seeing terms in the view you showed.
One possibility here is that you've mis-spelled the field at
HI Vadim,
I don't see any error while indexing. Why the index row is not available for
the schema filed that is missing?
Thanks,
Surender.
From: Vadim Ivanov
Sent: Tuesday, December 25, 2018 2:13 PM
To: solr-user@lucene.apache.org
Subject: RE: Not able to see newly added filed in query resul
Hi all,
I use SOLR-6.5.1 and I want to understand how to work with backups in SOLR.
I did some checks in SOLR-6.5.1 and I have some problems:
1. If I backup a dynamic collection (while there's constant indexing in the
background), I get a NoSuchFileException, but in a static collection (with
no
In order to see newly added fields you have to reindex.
If there were any mistakes while reindexing they should appear in the log
file.
No clues in the kog?
--
From: Surender Reddy [mailto:suren...@swooptalent.com]
Sent: Tuesday, December 25, 2018 8:15 AM
To: solr-user@lucene.apache.org