| | |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2014 ForgeRock AS |
| | | * Portions Copyright 2014-2015 ForgeRock AS |
| | | */ |
| | | package org.opends.server.backends.pluggable; |
| | | |
| | |
| | | /** |
| | | * Implementation of an Indexer for the children index. |
| | | */ |
| | | public class ID2CIndexer extends Indexer |
| | | class ID2CIndexer extends Indexer |
| | | { |
| | | /** |
| | | * Create a new indexer for a children index. |
| | |
| | | public void indexEntry(Entry entry, Set<ByteString> addKeys, IndexingOptions options) |
| | | { |
| | | // The superior entry IDs are in the entry attachment. |
| | | @SuppressWarnings("unchecked") |
| | | ArrayList<EntryID> ids = (ArrayList<EntryID>) entry.getAttachment(); |
| | | |
| | | // Skip the entry's own ID. |