On Wed, 19 Dec 2007, Howard Chu wrote:
As one who forgot this advice, what behaviour can I expect to see? I have an "eq" index on e.g. uidNumber, with no apparent ill-effect.
You probably have too small a database for it to make a visible difference, or nobody is doing equality searches on the uidNumber attribute. If you don't re-index, then you're essentially running the same as no index on your integer attributes. Likewise, all of your presence indices are invalid.
I thought searches were a bit slow... Thanks (yes, it's a small DB).