Modifier and Type | Interface and Description |
---|---|
static class |
Hit.InfoKey |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBuildGroup()
Get the CloudView build group on which this search result was pushed.
|
CategoryGroup |
getCategoryGroup(java.lang.String id)
Get a facet for this search result, by its id.
|
java.util.Collection<CategoryGroup> |
getCategoryGroups()
Get all facets for this search result.
|
int |
getCollapsedHits()
Get the number of original hits that have been collapsed onto this one.
|
long |
getDid()
Get the internal document identifier of this search result.
|
java.lang.String |
getInfo(Hit.InfoKey key) |
java.lang.String |
getInfo(Hit.InfoKey key,
java.lang.String defaultValue) |
java.lang.String |
getInfo(java.lang.String key) |
java.lang.String |
getInfo(java.lang.String key,
java.lang.String defaultValue) |
java.util.Map<java.lang.String,java.lang.String> |
getInfos()
Get various information about the hit.
|
Meta |
getMeta(java.lang.String name)
Get a meta by its name.
|
java.util.Collection<Meta> |
getMetas()
Get all meta for this search result.
|
long |
getScore()
Get the score of this search result.
|
int |
getSlice()
Get the internal slice of this search result.
|
java.lang.String |
getSource()
Get the source of the search result.
|
java.lang.String |
getUrl()
Get the URL of the search result.
|
java.lang.String getUrl()
java.lang.String getSource()
java.lang.String getBuildGroup()
long getDid()
int getSlice()
long getScore()
int getCollapsedHits()
java.util.Map<java.lang.String,java.lang.String> getInfos()
java.lang.String getInfo(java.lang.String key)
java.lang.String getInfo(Hit.InfoKey key)
java.lang.String getInfo(java.lang.String key, java.lang.String defaultValue)
java.lang.String getInfo(Hit.InfoKey key, java.lang.String defaultValue)
java.util.Collection<Meta> getMetas()
Meta getMeta(java.lang.String name)
java.util.Collection<CategoryGroup> getCategoryGroups()
CategoryGroup getCategoryGroup(java.lang.String id)
Copyright © 2021 Dassault Systèmes, All Rights Reserved.