Hi all, Lucene 7 still deletes and re-adds docs when an update operation is done, as I understood.
When docs have dozens of fields and one of them is large text content (extracted by Tika) and if I need to update some other small fields, what is the best approach to not reindex that large text field? Any better way than splitting the index in two (metadata and text indexes) and using ParallelCompositeReader for searches? Thanks in advance, Luis