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

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

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.model.entry.Entry,ID> AbstractBTreePartition.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.model.entry.Entry,ID> AbstractBTreePartition.getSearchEngine()
          Gets the DefaultSearchEngine used by this ContextPartition to search the Database.
 

Uses of SearchEngine in org.apache.directory.server.xdbm.search.impl
 

Classes in org.apache.directory.server.xdbm.search.impl that implement SearchEngine
 class DefaultSearchEngine<ID extends Comparable<ID>>
          Given a search filter and a scope the search engine identifies valid candidate entries returning their ids.
 



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