Time consuming for insert record

2018-12-25 Thread jay harkhani
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.

Starting optimize... Reading and rewriting the entire index! Use with care

2018-12-25 Thread Talha Muhammed
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

Re: Contributing to SOLR

2018-12-25 Thread Erick Erickson
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.

Re: Not able to see newly added filed in query results

2018-12-25 Thread Erick Erickson
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

RE: Not able to see newly added filed in query results

2018-12-25 Thread Surender Reddy
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

Backup in SOLR 6.5.1

2018-12-25 Thread SOLR4189
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

RE: Not able to see newly added filed in query results

2018-12-25 Thread Vadim Ivanov
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