Is there a way to generate separate index files from a single one based on some sort of rule without reindexing the documents again?
The original index contains none-stored fields which means I can't read documents and add them to the destination index.
One option mentioned in SO is to clone the index into many and then delete the documents that don't belong to that index. I'm looking for a better solution.