|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.SearchManager
public class SearchManager
Acts as a global entry point to execute queries and index nodes.
| Field Summary | |
|---|---|
static String |
NS_FN_OLD_URI
|
static String |
NS_FN_URI
|
static String |
NS_XS_URI
|
| Constructor Summary | |
|---|---|
SearchManager(QueryHandlerFactory qhf,
NamespaceRegistryImpl nsReg,
NodeTypeRegistry ntReg,
SharedItemStateManager itemMgr,
PersistenceManager pm,
NodeId rootNodeId,
SearchManager parentMgr,
NodeId excludedNodeId,
Executor executor)
Creates a new SearchManager. |
|
| Method Summary | |
|---|---|
void |
close()
Closes this SearchManager and also closes the
FileSystem configured in SearchConfig. |
Query |
createQuery(SessionImpl session,
ItemManager itemMgr,
String statement,
String language,
Node node)
Creates a query object that can be executed on the workspace. |
protected AbstractQueryImpl |
createQueryInstance()
Creates a new instance of an AbstractQueryImpl which is not
initialized. |
QueryObjectModel |
createQueryObjectModel(SessionImpl session,
QueryObjectModelTree qomTree,
String langugage,
Node node)
Creates a query object model that can be executed on the workspace. |
QueryHandler |
getQueryHandler()
|
Iterable<NodeId> |
getWeaklyReferringNodes(NodeId id)
Returns the ids of the nodes that refer to the node with id
by weak references. |
void |
onEvent(EventIterator events)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NS_FN_URI
public static final String NS_FN_OLD_URI
public static final String NS_XS_URI
| Constructor Detail |
|---|
public SearchManager(QueryHandlerFactory qhf,
NamespaceRegistryImpl nsReg,
NodeTypeRegistry ntReg,
SharedItemStateManager itemMgr,
PersistenceManager pm,
NodeId rootNodeId,
SearchManager parentMgr,
NodeId excludedNodeId,
Executor executor)
throws RepositoryException
SearchManager.
config - the search configuration.nsReg - the namespace registry.ntReg - the node type registry.itemMgr - the shared item state manager.pm - the underlying persistence manager.rootNodeId - the id of the root node.parentMgr - the parent search manager or null if
there is no parent search manager.excludedNodeId - id of the node that should be excluded from
indexing. Any descendant of that node will also be
excluded from indexing.
RepositoryException - if the search manager cannot be initialized| Method Detail |
|---|
public void close()
SearchManager and also closes the
FileSystem configured in SearchConfig.
public Query createQuery(SessionImpl session,
ItemManager itemMgr,
String statement,
String language,
Node node)
throws InvalidQueryException,
RepositoryException
session - the session of the user executing the query.itemMgr - the item manager of the user executing the query. Needed
to return Node instances in the result
set.statement - the actual query statement.language - the syntax of the query statement.node - a nt:query node where the query was read from or
null if it is not a stored query.
Query instance to execute.
InvalidQueryException - if the query is malformed or the
language is unknown.
RepositoryException - if any other error occurs.
public QueryObjectModel createQueryObjectModel(SessionImpl session,
QueryObjectModelTree qomTree,
String langugage,
Node node)
throws InvalidQueryException,
RepositoryException
session - the session of the user executing the query.qomTree - the query object model tree, representing the query.langugage - the original language of the query statement.node - a nt:query node where the query was read from or
null if it is not a stored query.
InvalidQueryException - the the query object model tree is
considered invalid by the query handler
implementation.
RepositoryException - if any other error occurs.
public Iterable<NodeId> getWeaklyReferringNodes(NodeId id)
throws RepositoryException,
IOException
id
by weak references.
id - the id of the target node.
RepositoryException - if an error occurs.
IOException - if an error occurs while reading from the
index.public QueryHandler getQueryHandler()
public void onEvent(EventIterator events)
onEvent in interface EventListener
protected AbstractQueryImpl createQueryInstance()
throws RepositoryException
AbstractQueryImpl which is not
initialized.
RepositoryException - if an error occurs while creating a new query
instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||