Hello, i am interested in the implementation of the field removal from an index. I am a Lucene user and I have a basic understanding of the internals. I have a few first questions and I hope this is the right place to ask them.
Is already someone working on this topic ? Are there some real blockers for this feature ? >From my basic understanding, field removal should work conceptually in the following way: The FieldInfo which is supposed to be removed would need to be first stored until the segment merge is happening. Once the segment merge is happening the field has to excluded from the new segment. Is this correct, or do I miss something here ? Thank you for your time, Michael
