IndexFilter
Description:
public delegate bool IndexFilter (
Index index,
IndexEntry entry)
Function to filter out entries in the index.
Parameters:
| index |
The index being queried |
| entry |
The entry to be added. |
| user_data |
User data passed to the function. |
Returns:
This function should return true if the entry is to be added to the index, false otherwise. |