public interface Hit<T>
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
Returns the MIME type of the hit content, if applicable.
|
Date |
getCreated()
Returns the content creation date.
|
String |
getCreatedBy()
Returns the resource author (creator).
|
String |
getExcerpt()
Returns the short description, abstract or excerpt of the hit's content.
|
Date |
getLastModified()
Returns the last modification date.
|
String |
getLastModifiedBy()
Returns the last contributor.
|
String |
getLink()
Returns the URL to the hit page.
|
T |
getRawHit()
Returns the raw hit object.
|
float |
getScore()
Returns the hit score.
|
String |
getTitle()
Returns the title text.
|
String |
getType()
Returns the hit type.
|
List<Hit> |
getUsages()
Returns the list of hits that use the current hit.
|
String getContentType()
Date getCreated()
String getCreatedBy()
String getExcerpt()
Date getLastModified()
String getLastModifiedBy()
String getLink()
T getRawHit()
float getScore()
String getTitle()
String getType()
List<Hit> getUsages()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.