![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 125](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642125.webp)
Understanding Matching Rule Plug-Ins
Chapter
11
Writing Matching Rule Plug-Ins
125
Extensible Match Filters in the Directory Server
Directory Server 6.x and earlier versions already include support for certain
matching rules (which are used to determine the collation order and operator for
searches of international data).
You can enable the Directory Server to handle your own matching rules for
extensible match searches by defining your own matching rules plug-ins and
registering them with the server.
You can also build indexes to improve the performance of search operations that
use extended match filters.
Understanding Matching Rule Plug-Ins
A matching rule plug-in can create filters that the server can use when handling
extensible search filters. A matching rule plug-in can also create indexers to index
entries for extensible searches.
Functions Defined in Matching Rule Plug-Ins
The matching rule plug-in consists of the following:
•
An indexer function (optional)
•
A filter function
•
A filter function that uses the index to speed up searches (optional)
•
A function to destroy a filter (optional)
•
A function to destroy an indexer (optional)
•
A factory function to create filters
•
A factory function to create indexers (optional)
•
A close function to clean up before server shutdown (optional)
•
An initialization function to register the factory functions and the close
function
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...