Jonathan Clarke wrote:
On 30/09/2009 05:53, 何萍 wrote:thanks, another question, if i have a real entry in 2,000,000 entries, how can i search all of it's aliases quickly? Do I need to create an index for the aliasedObjectName?Yes, since you would be performing a search using a filter like aliasedObjectName=uid=real,o=test.com. As a general rule, any attributes that appear in search filters should be indexed. In this case an "eq" index will be sufficient.
You couldn't index more than "eq" :) p.