Hi, Given the only real way to reindex is to save the document again, what is the fastest way to extract all the documents from a solr index to resave them.
I have tried the id:[* TO *] trick however, it takes a while once you get a few thousand into the index. Are there any tools that will quickly export the index to a text file or making queries 1000 at a time is the best option and dealing with the time it takes to query once you are deep into the index? -- Regards, Ian Connor