Class PForDeltaDocIdSet.Builder
A builder for PForDeltaDocIdSet.
Inheritance
System.Object
PForDeltaDocIdSet.Builder
Assembly: DistributedLucene.Net.dll
Syntax
public class Builder : object
Constructors
Name | Description |
---|---|
Builder() | Sole constructor. |
Methods
Name | Description |
---|---|
Add(DocIdSetIterator) | Convenience method to add the content of a DocIdSetIterator to this builder. |
Add(Int32) | Add a document to this builder. Documents must be added in order. |
Build() | Build the PForDeltaDocIdSet instance. |
SetIndexInterval(Int32) | Set the index interval. Every |