public static class FtsFilterHelper.FtsSearchResult
extends java.lang.Object
queryKey property contains an unique identifier for stored entities set
hitInfos property is a map. Key is entity id, value is a text that describes
where search term was found in current entity
| Constructor and Description |
|---|
FtsSearchResult() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Object,java.lang.String> |
getHitInfos() |
int |
getQueryKey() |
void |
setHitInfos(java.util.Map<java.lang.Object,java.lang.String> hitInfos) |
void |
setQueryKey(int queryKey) |