Class LucenePrimaryKeySegmentIndexV2

java.lang.Object
com.apple.foundationdb.record.lucene.LucenePrimaryKeySegmentIndexV2
All Implemented Interfaces:
LucenePrimaryKeySegmentIndex

public class LucenePrimaryKeySegmentIndexV2 extends Object implements LucenePrimaryKeySegmentIndex
Maintain a B-tree index of primary key to segment and doc id. This allows for efficient deleting of a document given that key, such as when doing index maintenance from an update.