| | Letter and querying | |
| autoSelectFirstLetter | javax.jcr.PropertyType.BOOLEAN | |
| | Whether or not to auto select first letter (likely A) if no specific letter query was invoked | |
| letterFont | javax.jcr.PropertyType.WEAKREFERENCE | |
| | The letter font Node (sv:font) | |
| selectedLetterFont | javax.jcr.PropertyType.WEAKREFERENCE | |
| | The selected letter font Node (sv:font) | |
| searchField | javax.jcr.PropertyType.STRING | |
| | What field to query ("nameField" or "titleField", see fields section below) | |
| ajaxLetterBaseURL | javax.jcr.PropertyType.STRING | |
| | Base URL to use for Ajax querying calls | |
| idMarker | javax.jcr.PropertyType.STRING | |
| | The unique id marker | |
| letterMarker | javax.jcr.PropertyType.STRING | |
| | The unique letter marker | |
| contentMarker | javax.jcr.PropertyType.STRING | |
| | The unique content marker | |
| selectedLetter | javax.jcr.PropertyType.STRING | |
| | The letter that is queried | |
| | | |
| | Type restrictions | |
| includeFiles | javax.jcr.PropertyType.BOOLEAN | |
| | Whether or not to include files in the search result | |
| includeImages | javax.jcr.PropertyType.BOOLEAN | |
| | Whether or not to include images in the search result | |
| includePages | javax.jcr.PropertyType.BOOLEAN | |
| | Whether or not to include pages in the search result | |
| includeArticles | javax.jcr.PropertyType.BOOLEAN | |
| | Whether or not to include articles in the search result | |
| includeStructurePages | javax.jcr.PropertyType.BOOLEAN | |
| | Whether or not to include structure pages in the search result | |
| | | |
| | Search failed | |
| showSearchError | javax.jcr.PropertyType.BOOLEAN | |
| | Whether or not to show search errors or no hits messages | |
| errorMessage | javax.jcr.PropertyType.STRING | |
| | An i18n:ized message describing why search could not be executed | |
| searchErrorFont | javax.jcr.PropertyType.WEAKREFERENCE | |
| | The search error font Node (sv:font) | |
| | | |
| | Index fields | |
| summaryField | javax.jcr.PropertyType.STRING | |
| | Name of the summary field | |
| titleField | javax.jcr.PropertyType.STRING | |
| | Name of the title field | |
| nameField | javax.jcr.PropertyType.STRING | |
| | Name of the name field | |
| namepathField | javax.jcr.PropertyType.STRING | |
| | Name of the name path field | |
| urlField | javax.jcr.PropertyType.STRING | |
| | Name of the absolute URL field | |
| uriField | javax.jcr.PropertyType.STRING | |
| | Name of the relative URL field | |
| lastPublishedField | javax.jcr.PropertyType.STRING | |
| | Name of the last published field | |
| sizeField | javax.jcr.PropertyType.STRING | |
| | Name of the size field | |
| siteField | javax.jcr.PropertyType.STRING | |
| | Name of the site field | |
| mimetypeField | javax.jcr.PropertyType.STRING | |
| | Name of the mime type field | |
| | | |
| | Search hits | |
| showSearchHitNumbering | javax.jcr.PropertyType.BOOLEAN | |
| | Whether or not search hits should be displayed numbered | |
| showFileIcons | javax.jcr.PropertyType.BOOLEAN | |
| | Whether or not a file icons should be displayed for each search hit | |
| useSearchHitBackgroundColor | javax.jcr.PropertyType.BOOLEAN | |
| | Whether or not a searchHitBackgroundColor (see line below) are in use | |
| searchHitBackgroundColor | javax.jcr.PropertyType.WEAKREFERENCE | |
| | The background color for every odd search hit (sv:color) | |
| | | |
| | Misc | |
| useCustomIndex | javax.jcr.PropertyType.BOOLEAN | |
| | Whether or not a custom index is used | |
| | | |
| | Aggregated portlet preferences/settings: | |
| letters | javax.jcr.PropertyType.WEAKREFERENCE | |
| | A temporary Node holding all sub-templates used by the main template. See available properties in table below | |
| templates | javax.jcr.PropertyType.WEAKREFERENCE | |
| | A temporary Node with sub-nodes that holds properties about all letters. See available properties for letters sub-nodes in table below | |
| bundle | javax.jcr.PropertyType.WEAKREFERENCE | |
| | A temporary Node holding all i18n:ized texts used for output. See available properties in table below | |