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