Himanshusoni9 commented on issue #404:
URL: https://github.com/apache/solr-operator/issues/404#issuecomment-1827203753

   One More issue : On  Solr Collection Data Backup Based on Condition/Data 
Filter.(There is no provision for that . )
   
   Because SOLR BACKUP API with Query is not working
   
//http://localhost:8983/solr/admin/collections?action=RESTORE&name=myBackupName&location=C:\Users\DELL\Downloads\SOLR_BACKUP&collection=myCondCollection&query=text:cellphone
   
   I am trying out to perform backups of our Solr data with a particular 
condition in mind.
   
   To provide some context, let's say Solr collection consists of 100 records, 
among which 70 records contain the text "mobile," and the remaining 30 records 
contain the text "cellphone." my objective is to take a Solr collection/data 
backup that contains only the records the text "cellphone" – essentially, we 
want to create a backup file that reflects these 30 specific records only.
   
   I would greatly appreciate it if you could share insights on the best 
practices or methods to achieve this selective backup based on a condition. If 
there are specific parameters or commands we should be utilizing, kindly 
provide the necessary guidance. Additionally, any documentation or references 
you could point us to would be immensely helpful.
   
   Thank you in advance for your time and assistance. We value your expertise 
and look forward to implementing an efficient solution based on your 
recommendations.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to