Method Add
Add(Int32)
Add a document to this builder. Documents must be added in order.
Declaration
public virtual PForDeltaDocIdSet.Builder Add(int doc)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | doc |
Returns
Type | Description |
---|---|
PForDeltaDocIdSet.Builder |
Add(DocIdSetIterator)
Convenience method to add the content of a DocIdSetIterator to this builder.
Declaration
public virtual PForDeltaDocIdSet.Builder Add(DocIdSetIterator it)
Parameters
Type | Name | Description |
---|---|---|
DocIdSetIterator | it |
Returns
Type | Description |
---|---|
PForDeltaDocIdSet.Builder |