Class LiveDocsFormat
Format for live/deleted documents.
@lucene.experimental
Inheritance
System.Object
LiveDocsFormat
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class LiveDocsFormat : object
Constructors
Name | Description |
---|---|
LiveDocsFormat() | Sole constructor. (For invocation by subclass constructors, typically implicit.) |
Methods
Name | Description |
---|---|
Files(SegmentCommitInfo, ICollection<String>) | Records all files in use by this SegmentCommitInfo into the files argument. |
NewLiveDocs(IBits) | Creates a new mutablebits of the same bits set and size of existing. |
NewLiveDocs(Int32) | Creates a new MutableBits, with all bits set, for the specified size. |
ReadLiveDocs(Directory, SegmentCommitInfo, IOContext) | Read live docs bits. |
WriteLiveDocs(IMutableBits, Directory, SegmentCommitInfo, Int32, IOContext) | Persist live docs bits. Use NextDelGen to determine the generation of the deletes file you should write to. |