[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: phonetic
Regarding the functions to fill in for an "approximate" syntax
> First, see http://www.openldap.org/lists/openldap-devel/200007/msg00080.html
> for a brief description of key routines.
>
That's good info for 3 of the functions. I'm still curious what the
"indexer" and "filter" functions do in this structure
struct mrule_defs_rec {
char * mrd_desc;
unsigned mrd_usage;
slap_mr_convert_func * mrd_convert;
slap_mr_normalize_func * mrd_normalize;
slap_mr_match_func * mrd_match;
slap_mr_indexer_func * mrd_indexer;
slap_mr_filter_func * mrd_filter;
};
-Mark Adamson
Carnegie Mellon