| Package | Description |
|---|---|
| org.jahia.services.search |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHit<T>
Abstract search result item, used as a view object in JSP templates.
|
class |
FileHit
File and folder search result item, used as a view object in JSP templates.
|
class |
JCRNodeHit
Search result item, represented by the JCR node.
|
class |
PageHit
Search hit that represents internal page object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Hit<?>> |
SearchResponse.getResults()
Holds a list of Hit objects matching the search criteria.
|
List<Hit> |
Hit.getUsages()
Returns the list of hits that use the current hit.
|
List<Hit> |
JCRNodeHit.getUsages() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SearchServiceImpl.executeURLModificationRules(Hit<?> searchHit,
RenderContext context)
Execute rules on a single search hit object.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SearchServiceImpl.executeURLModificationRules(List<? extends Hit> searchHits,
RenderContext context)
Execute rules on the list of hit objects.
|
void |
SearchResponse.setResults(List<Hit<?>> results)
Sets a list of Hits objects matching the search criteria.
|
| Constructor and Description |
|---|
SearchResponse(List<Hit<?>> results)
Initializes an instance of this class.
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.