There are, currently, three (3) types of index analyses that
can be performed: presence, equality, and substring. All of
these require a subtree search to be performed under the base
suffix specified on the setup page. The only difference
between the searches performed is the filter. The attributes
that will be searched are determined by the choice of
schema analyses on the setup page as these schemas expect
certain attributes to be indexed in certain ways.
Each search has the following limitations set:
- The search will time out, whether entries are being
returned or not, in 15 seconds.
- The search will complete after receiving 90 entries.
Presence Index Filter
attribute=*
Equality Index Filter
attribute=value
This one is a little tricky because it requires a value to be
specified in the search filter. Currently, the "value" is
retrieved from those values that were discovered by the presence
index analysis. Therefore, if a presence index analysis is not
performed the equality index analysis will automatically fail.
Plans are in the works to allow the user to specify search
values during the setup phase before the analysis.
Substring Index Filter
attribute=*value*
This one is a little tricky because it requires a value to be
specified in the search filter. Currently, the "value" is
retrieved from those values that were discovered by the presence
index analysis. Therefore, if a presence index analysis is not
performed the substring index analysis will automatically fail.
Plans are in the works to allow the user to specify search
values during the setup phase before the analysis.
|