Modifier and Type | Field and Description |
---|---|
protected SearchEngine<org.apache.directory.shared.ldap.entry.ServerEntry,ID> |
BTreePartition.searchEngine
the search engine used to search the database
|
Modifier and Type | Method and Description |
---|---|
SearchEngine<org.apache.directory.shared.ldap.entry.ServerEntry,ID> |
BTreePartition.getSearchEngine()
Gets the DefaultSearchEngine used by this ContextPartition to search the
Database.
|
Constructor and Description |
---|
EntryNode(Long id,
EntryNode parent,
BTreePartition db,
org.apache.directory.shared.ldap.entry.ServerEntry entry,
Map<Long,EntryNode> map,
org.apache.directory.shared.ldap.filter.ExprNode exprNode,
SearchEngine engine) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSearchEngine<ID>
Given a search filter and a scope the search engine identifies valid
candidate entries returning their ids.
|
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.