Extensible Match Filters in the Directory Server
Directory Serveralready includes 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
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.
Understanding Matching Rule Plug-ins
search
Chapter 11
Writing Matching Rule Plug-ins
operations that
135
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 7.0 - PLUG-IN and is the answer not in the manual?
Questions and answers