: > correct ... deleting *:* followed by doing an <optimize/> should be : > functionally equivilent to stoping the servlet container, removing the : > directory and starting the sorl container ... but it won't be quite as : > efficient. : : Actually, it's not quite equivalent if there was a schema change. : There are some "sticky" field properties that are per-segment global. : For example, if you added omitNorms="true" to a field, then did
Hmmm... I thought the optimize would take care of that? Doesn't merging segments removes the fieldinfo for fields not use ... and with all docs deleted, all of hte fields are not in use, so wouldn't all of the fieldinfo be deleted? -Hoss