Hi, I have some 150 fields in my schema out of which about 100 are dynamic fields which I am not storing (stored="false"). In case I need to do an atomic update to one or two fields which belong to the stored list of fields, do I need to change my dynamic fields (100 or so now not "stored") to stored="true"?
If so wouldn't it considerably increase index size and affect performance in the negative? Is there any way currently to do partial/ atomic updates to one or two fields (which I will make stored="true") without having to make my now stored="false" fields to stored="true" just to accommodate atomic updates. Could some one pls give your suggestions. Thanks! Mark.