Re: A reindexing helper

2025-09-03 Thread Ayan Farooqui
I believe index upgrade tools don’t work if schema has changed. In that case it is always recommended to re index from scratch, so copy of source data will come in handy. Ayan Farooqui Product Engineer *HotWax Commerce* *Real OmniChannel. Real Results.* email: ayan.faroo...@hotwax.co *www.hotwax.

Re: A reindexing helper

2025-09-02 Thread Ayan Farooqui
Hello Ufuk, As per my understanding, data can be sent to Solr through various sources, capturing it all and keeping it somewhere will be a tedious and redundant task. As you are going to have that data in your solr index anyways and could always re-index from original source. Considering the fact

A reindexing helper

2025-09-02 Thread Ufuk YILMAZ
It's interesting that no one has developed a tool to simplify reindexing; there must be a good reason for it that I haven't considered, and learning about it would be eye-opening. I figured I'd just ask. Could something intercept requests sent to the update request handler, capture the raw da