Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
var | false | false | java.lang.String |
Name of the exported variable for the JSON result. | |||
facet | true | true | com.exalead.access.feedapi.MergedFacet |
The MergedFacet to export in JSON. | |||
columns | true | true | java.util.List |
The definition of the columns. Object is of type List(String[]). | |||
perPage | false | true | int |
The number of entries to display per page. Defaults to '20'. | |||
showFilter | false | true | boolean |
Specifies whether to display or not the user filter. Defaults to 'false'. | |||
showTotal | false | true | boolean |
Specifies whether to display or not the total row. Defaults to 'true'. | |||
showTitle | false | true | boolean |
Specifies whether to display or not the title row. Defaults to 'true'. | |||
totalLabel | false | true | java.lang.String |
Specifies the label for the total row. Defaults to 'Total'. | |||
titleLabel | false | true | java.lang.String |
Specifies the label for the title row. Defaults to 'Description'. | |||
iterationMode | false | true | java.lang.String |
Controls the iteration mode. Can be either ALL, LEAVES or FLAT:
ALL returns a hierarchical view of the data,
LEAVES returns a flat view of all the leaf nodes of the data,
FLAT returns only the first level of elements
Defaults is 'FLAT'.
| |||
baseUrl | false | true | java.lang.String |
The base URL for the refinement links. | |||
sortOn | false | true | java.lang.String |
The name of the column to sort by default. Defaults to 'description'. | |||
sortOrder | false | true | java.lang.String |
The order of the sort by default. The possible values are 'desc', 'asc'. Defaults to 'asc'. | |||
feeds | false | true | java.util.Map |
The ResultFeed to use for the refinements. Object is of type Map(String, ResultFeed). | |||
feed | false | true | com.exalead.access.feedapi.ResultFeed |
The ResultFeed to use for the refinements. Object is of type ResultFeed. | |||
forceRefineOn | false | true | java.lang.String |
A list of additional feeds name to refine. | |||
zapRefinements | false | false | boolean |
Specifies whether the refinements should be completely cancelled ("false") or only the last level ("true"). Defaults to "false". |