public interface FacetSearchContext
| Modifier and Type | Interface and Description |
|---|---|
static class |
FacetSearchContext.Status |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttributes()
Returns a
Map instance that can be used to store attributes. |
FacetSearchConfig |
getFacetSearchConfig()
Returns the facet search configuration.
|
List<Exception> |
getFailureExceptions()
Returns all failure causing exceptions for this
FacetSearchContext. |
IndexedType |
getIndexedType()
Returns the indexed type.
|
Map<String,String> |
getSearchHints()
Returns a mutable
Map that can be used to store search hints. |
SearchQuery |
getSearchQuery()
Returns the search query.
|
SearchResult |
getSearchResult()
Returns the search result.
|
FacetSearchContext.Status |
getStatus()
Returns the current status for this
FacetSearchContext |
void |
setSearchResult(SearchResult searchResult)
Sets the search result.
|
FacetSearchConfig getFacetSearchConfig()
IndexedType getIndexedType()
SearchQuery getSearchQuery()
SearchResult getSearchResult()
void setSearchResult(SearchResult searchResult)
Map<String,String> getSearchHints()
Map that can be used to store search hints.FacetSearchContext.Status getStatus()
FacetSearchContextList<Exception> getFailureExceptions()
FacetSearchContext.Copyright © 2017 SAP SE. All Rights Reserved.