Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.0
-
Component/s: .structures
This issue is even more complicated. The reducer uses the side-effect files for two purposes:
This means that all the docids in the shards are global, not local to the inverted index being created by that shard.
For instance, no docid in the second shard index will be less than the number of documents in the first shard index.
- To determine what document index and metaindex structures need to be merged for its final index
- To determine what the docid offsets should be in inverted index.
This means that all the docids in the shards are global, not local to the inverted index being created by that shard. For instance, no docid in the second shard index will be less than the number of documents in the first shard index.