class |
BasePathResultsMap |
A special Map that executes an XPath against the parent Node as part of the get()
Map interface implementation.
|
class |
BaseSearchResultsMap |
Class providing the base Search Query services to execute a search returning a list of TemplateNode objects from a Lucene search string.
|
class |
LuceneSearchResultsMap |
Provides functionality to execute a Lucene search string and return TemplateNode objects.
|
class |
NamePathResultsMap |
A special Map that executes an XPath against the parent Node as part of the get()
Map interface implementation.
|
class |
NodeSearchResultsMap |
Provides functionality to execute a Lucene search for a single node by NodeRef.
|
class |
SavedSearchResultsMap |
Provides functionality to load a saved search and execute it to return TemplateNode objects.
|
class |
XPathResultsMap |
A special Map that executes an XPath against the parent Node as part of the get()
Map interface implementation.
|