Hi! We have a index with about fifty million documents with five child documents in average. The schema has been a _root_-only schema for some time, but we now tried changing to _nest_path_/NestPathField. When reindexing the data with the new schema it takes almost twice as long to index all documents.
I tried looking at the code for NestPathField, and don't really understand what could be the cause of this. Does anyone have any experience with this? Our document structure has only one level and one type of child, so we do not really need _nest_path_, I guess? Any input on this would also be appreciated. -- Kind regards, Marvin B. Lillehaug