SearchResults
Methods
Name | Type | Description |
---|---|---|
| String | The CQL error message if there was an error in the used CQL query. |
| n/a | Enable or disable highlighting of search results. Call this before rendering the results. Has no effect when using CQL search. Parameter: enabled Type: boolean Description: |
| List<SearchResult> | A list of the search results. |
| long | The maximum number of results per page (useful for pagination). |
| List<String> | The search words from the query string that were actually used in the search (raw query string with the stop words removed). May be an empty list if there were none or if CQL search was used. |
| long | The starting index (useful for pagination). |
| long | The total search results (useful for pagination). |