Version: apache-solr-3.5.0
For full imports, you can set a url param clean=false.
However, can ‘clean’ be set to ‘false’ as a default, somewhere like the XML configs, or something?
If not, can full imports be disabled in any way?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can configure the clean default value within your solrconfig.xml, in the DataImportHandler section like this:
Have a look here: ‘invariants’ means that you cannot change it later, while defaults is just a default that you can overwrite at request time.
I don’t think you can disable the
full-importsince that’s a command, not just a parameter.