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