Uses of Interface
org.apache.ldap.server.db.SearchEngine

Packages that use SearchEngine
org.apache.ldap.server   
org.apache.ldap.server.db   
org.apache.ldap.server.db.gui   
 

Uses of SearchEngine in org.apache.ldap.server
 

Methods in org.apache.ldap.server that return SearchEngine
 SearchEngine AbstractContextPartition.getEngine()
          Gets the DefaultSearchEngine used by this ContextPartition to search the Database.
 

Constructors in org.apache.ldap.server with parameters of type SearchEngine
ApplicationPartition(javax.naming.Name upSuffix, javax.naming.Name normalizedSuffix, Database db, SearchEngine searchEngine, org.apache.ldap.common.schema.AttributeType[] indexAttributes)
           
AbstractContextPartition(Database db, SearchEngine searchEngine, org.apache.ldap.common.schema.AttributeType[] indexAttributes)
          Creates a context partition with a new database and a search engine.
SystemPartition(Database db, SearchEngine searchEngine, org.apache.ldap.common.schema.AttributeType[] indexAttributes)
          Creates the system partition which is used to store various peices of information critical for server operation.
 

Uses of SearchEngine in org.apache.ldap.server.db
 

Classes in org.apache.ldap.server.db that implement SearchEngine
 class DefaultSearchEngine
          Given a search filter and a scope the search engine identifies valid candidate entries returning their ids.
 

Uses of SearchEngine in org.apache.ldap.server.db.gui
 

Constructors in org.apache.ldap.server.db.gui with parameters of type SearchEngine
PartitionViewer(Database db, SearchEngine eng)
           
EntryNode(java.math.BigInteger id, EntryNode parent, Database db, javax.naming.directory.Attributes entry, java.util.HashMap map, org.apache.ldap.common.filter.ExprNode exprNode, SearchEngine engine)
           
MainFrame(Database db, SearchEngine eng)
          Creates new form JFrame
 



Copyright © 2002-2005 . All Rights Reserved.