On 12-Oct-07, at 4:39 PM, BrendanD wrote:

We have some fields that we're currently storing in the index (for example product_name, short_description, etc). We'd like to stop storing them in the index as we're going to start faulting them in from the database instead so
that the content is fresh.

If we change our config to stop storing them, when will they get removed from the index? After the next commit? After an optimize? Or will we have to
rebuild the entire index from scratch?

The latter, I'm afraid.

Solr never modifies or implicitly changes existing documents due to config changes.

-Mike

Reply via email to