Uses of Interface
org.apache.directory.server.xdbm.search.SearchEngine

Packages that use SearchEngine
org.apache.directory.server.core.partition.impl.btree   
 

Uses of SearchEngine in org.apache.directory.server.core.partition.impl.btree
 

Fields in org.apache.directory.server.core.partition.impl.btree declared as SearchEngine
protected  SearchEngine<org.apache.directory.shared.ldap.entry.ServerEntry,ID> BTreePartition.searchEngine
          the search engine used to search the database
 

Methods in org.apache.directory.server.core.partition.impl.btree that return SearchEngine
 SearchEngine<org.apache.directory.shared.ldap.entry.ServerEntry,ID> BTreePartition.getSearchEngine()
          Gets the DefaultSearchEngine used by this ContextPartition to search the Database.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.