Hi All Looking for some help on document indexing frequency. I am using apache solr 7.7 and SolrNet library to commit documents to Solr. Summary for this function is: // Summary: // Commits posted documents, blocking until index changes are flushed to disk and // blocking until a new searcher is opened and registered as the main query searcher, // making the changes visible.
I understand that, the document gets reindexed after every commit. I have noticed that as the number of documents are increasing, the reindexing takes time. and sometimes I am getting solr connection time out error. I have following questions: 1. Is there any frequency suggested by Solr for document insert/update and reindex? Is there any standard recommendation? 2. If I remove the copy fields from managed-schema.xml, do I need to delete the existing indexed data from solr core and then insert data and reindex it again? Thanks in advance. Regards Manisha Confidentiality Notice ==================== This email message, including any attachments, is for the sole use of the intended recipient and may contain confidential and privileged information. Any unauthorized view, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. Anju Software, Inc. 4500 S. Lakeshore Drive, Suite 620, Tempe, AZ USA 85282.