fIndexer
delete fIndexer;
fIndexer = new(std::nothrow) AttributeIndexer(this);
if (fNodes == NULL || fIteratorsToUpdate == NULL || fIndexer == NULL)
if (node->IndexAttribute(fIndexer) != B_OK)
TreeValue* treeValue = fIndexer->Cookie();
AttributeIndexer* fIndexer;