|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.core.SearchManager
Acts as a global entry point to execute queries and index nodes.
Field Summary | |
static String |
NS_FN_URI
|
static String |
NS_XS_URI
|
Constructor Summary | |
SearchManager(SessionImpl session,
SearchConfig config,
NodeTypeRegistry ntReg,
ItemStateManager itemMgr)
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,
Node node)
Creates a query object from a node that can be executed on the workspace. |
Query |
createQuery(SessionImpl session,
ItemManager itemMgr,
String statement,
String language)
Creates a query object that can be executed on the workspace. |
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_XS_URI
Constructor Detail |
public SearchManager(SessionImpl session, SearchConfig config, NodeTypeRegistry ntReg, ItemStateManager itemMgr) throws RepositoryException
SearchManager
.
session
- the system session.config
- the search configuration.ntReg
- the node type registry.itemMgr
- the shared item state manager.
RepositoryException
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) 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.
Query
instance to execute.
InvalidQueryException
- if the query is malformed or the
language
is unknown.
RepositoryException
- if any other error occurs.public Query createQuery(SessionImpl session, ItemManager itemMgr, 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.node
- a node of type nt:query.
Query
instance to execute.
InvalidQueryException
- if absPath
is not a valid
persisted query (that is, a node of type nt:query)
RepositoryException
- if any other error occurs.public void onEvent(EventIterator events)
onEvent
in interface EventListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |