public interface DefaultQueryResult extends QueryResult
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
String |
getBinaryAuthor()
The author of binary.
|
Long |
getBinaryContentLength()
The content length of binary.
|
String |
getBinaryContentType()
The content type of binary.
|
String |
getBinaryCreatedDate()
The created date of binary.
|
String |
getBinaryFileName()
The name of binary file.
|
String |
getBinaryLanguage()
The language of binary.
|
String |
getBinaryTitle()
The title of binary.
|
Map<String,Set<String>> |
getConcepts()
The concepts field.
|
Optional<String> |
getContent() |
String |
getCreatedDate() |
Optional<Map<String,Object>> |
getFields() |
Optional<Map<String,List<String>>> |
getHighlighted()
Represents a Map of field name - highlight values.
|
String |
getId() |
String |
getItemType()
Gets the Item Type.
|
Optional<Locale> |
getLocale() |
String |
getLocation() |
String |
getMajorVersion() |
String |
getMinorVersion() |
String |
getModifiedDate() |
String |
getNamespace() |
Integer |
getPublicationId() |
String |
getPublicationTitle() |
String |
getRawContent() |
String |
getRawLanguageTitle() |
String |
getSchemaId() |
Double |
getScore()
The matching score of the result.
|
String |
getUrl() |
void |
setAuthor(String author)
The author.
|
void |
setBinaryAuthor(String binaryAuthor) |
void |
setBinaryContentLength(Long binaryContentLength) |
void |
setBinaryContentType(String binaryContentType) |
void |
setBinaryCreatedDate(String binaryCreatedDate) |
void |
setBinaryFileName(String binaryFileName) |
void |
setBinaryLanguage(String binaryLanguage) |
void |
setBinaryTitle(String binaryTitle) |
void |
setConcepts(Map<String,Set<String>> concepts) |
void |
setContent(String content)
The content on which analysis takes place.
|
void |
setCreatedDate(String createdDate)
The creation date.
|
void |
setFields(Map<String,Object> documentFields) |
void |
setHighlighted(Map<String,List<String>> highlighted) |
void |
setId(String id)
Represents a unique key.
|
void |
setItemType(String itemType)
Sets the item type.
|
void |
setLocale(Locale locale)
Locale of the entity.
|
void |
setLocation(String location)
The location.
|
void |
setMajorVersion(String majorVersion)
The major version.
|
void |
setMinorVersion(String minorVersion)
The minor version.
|
void |
setModifiedDate(String modifiedDate)
The modification date.
|
void |
setNamespace(String namespace)
The namespace.
|
void |
setPublicationId(Integer publicationId)
The publication id.
|
void |
setPublicationTitle(String publicationTitle)
The publication title.
|
void |
setRawContent(String rawContent)
The raw content.
|
void |
setRawLanguageTitle(String rawLanguageTitle)
The raw language title.
|
void |
setSchemaId(String schemaId)
Schema Id.
|
void |
setScore(Double score) |
void |
setUrl(String url)
The Url.
|
void setId(String id)
id
- the index keyString getId()
String getItemType()
void setItemType(String itemType)
itemType
- the item typevoid setLocale(Locale locale)
locale
- the Locale.void setContent(String content)
content
- the content.Optional<Map<String,List<String>>> getHighlighted()
void setUrl(String url)
url
- Url.String getUrl()
void setCreatedDate(String createdDate)
createdDate
- Creation date.String getCreatedDate()
void setModifiedDate(String modifiedDate)
modifiedDate
- Modified date.String getModifiedDate()
void setAuthor(String author)
author
- Author.String getAuthor()
void setMajorVersion(String majorVersion)
majorVersion
- Major version.String getMajorVersion()
void setMinorVersion(String minorVersion)
minorVersion
- Minor version.String getMinorVersion()
void setNamespace(String namespace)
namespace
- Namespace.String getNamespace()
void setLocation(String location)
location
- Location.String getLocation()
void setPublicationId(Integer publicationId)
publicationId
- Publication id.Integer getPublicationId()
void setPublicationTitle(String publicationTitle)
publicationTitle
- Publication title.String getPublicationTitle()
void setRawLanguageTitle(String rawLanguageTitle)
rawLanguageTitle
- Raw language title.String getRawLanguageTitle()
void setSchemaId(String schemaId)
schemaId
- Schema Id.String getSchemaId()
void setRawContent(String rawContent)
rawContent
- Raw content.String getRawContent()
String getBinaryFileName()
void setBinaryFileName(String binaryFileName)
String getBinaryContentType()
void setBinaryContentType(String binaryContentType)
Long getBinaryContentLength()
void setBinaryContentLength(Long binaryContentLength)
String getBinaryLanguage()
void setBinaryLanguage(String binaryLanguage)
String getBinaryCreatedDate()
void setBinaryCreatedDate(String binaryCreatedDate)
String getBinaryAuthor()
void setBinaryAuthor(String binaryAuthor)
String getBinaryTitle()
void setBinaryTitle(String binaryTitle)
Double getScore()
void setScore(Double score)
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries