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

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

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

Classes in org.apache.directory.server.core.partition.impl.btree that implement SearchEngine
 class DefaultSearchEngine
          Given a search filter and a scope the search engine identifies valid candidate entries returning their ids.
 

Methods in org.apache.directory.server.core.partition.impl.btree that return SearchEngine
 SearchEngine BTreePartition.getSearchEngine()
          Gets the DefaultSearchEngine used by this ContextPartition to search the Database.
 

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

Constructors in org.apache.directory.server.core.partition.impl.btree.gui with parameters of type SearchEngine
PartitionViewer(BTreePartition db, SearchEngine eng)
           
EntryNode(java.math.BigInteger id, EntryNode parent, BTreePartition db, javax.naming.directory.Attributes entry, java.util.HashMap map, ExprNode exprNode, SearchEngine engine)
           
PartitionFrame(BTreePartition db, SearchEngine eng)
          Creates new form JFrame