Attributes |
Name | Required | Request-time | Description |
max | false | true |
The maximum number of Nodes to return from the search.
|
sortInMemory | false | false |
Permits sorting on implicit properties. Sorting on nested or multivalued properties is not supported.
|
query | false | true |
The query to execute the search for. This is used if the expression isn't specified. This is what most will use as a String.
|
expression | false | true |
The com.bea.p13n.expression.Expression to execute the search for.
|
id | true | false |
The name of the script variable to contain the array of com.bea.content.Node objects found.
|
failOnError | false | true |
True to throw a JspTagException if any error occurs; false to return an empty array on error.
|
contextParams | false | true |
The search context parameters. Either the java.util.Map or comma-separated list of name=value pairs to pass along with the search request. These are simply parameters passed to the search engine that may be required to fulfill the request. It is based on the repository implementation.
|
useCache | false | true |
Set to true if the search results should be cached at the webapp level. Searches are generally automatically cached at the RepositoryManager level. This can be used for more controlled caching.
|
cacheScope | false | true |
The scope to cache the results at. Can be either "application", "request", "page", or "session".
|
cacheId | false | true |
The id for the cached results. Defaults to the id attribute.
|
cacheTimeout | false | true |
The number of milliseconds to keep the cached results.
|
searchPaths | false | true |
The comma-delimited repository search paths on which to execute the query.
|
sortBy | false | true |
A list of content properties to sort the content by. The syntax follows the SQL 'order by' clause.
Sorting on nested or multivalued properties is not supported for this release.
|
versionedContent | false | true |
Determines if the content query should search the versioned repository and return versions.
|