I have an index that I eventually want to rebuild so I can set compressed=true on a couple of fields. It's not really practical to rebuild the whole thing right now, though. If I change my schema.xml to set compressed=true and then keep adding new data to the existing index, will this corrupt the index, or will the *new* data be stored in compressed format, even while the old data is not compressed?
- Can I add field compression without reindexing? Chris Harris