Method Match
Match(Int32)
Validation method to determine whether a docid should be in the result set.
Declaration
public abstract bool Match(int doc)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | doc | docid to be tested |
Returns
Type | Description |
---|---|
System.Boolean | true if input docid should be in the result set, false otherwise. |