public interface IndexerQueryContext
| Modifier and Type | Interface and Description |
|---|---|
static class |
IndexerQueryContext.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
IndexerQueryContext. |
IndexedType |
getIndexedType()
Returns the indexed type.
|
String |
getQuery()
Returns the query.
|
Map<String,Object> |
getQueryParameters()
Returns the query parameters.
|
IndexerQueryContext.Status |
getStatus()
Returns the current status of the query context
|
FacetSearchConfig getFacetSearchConfig()
IndexedType getIndexedType()
String getQuery()
Map<String,Object> getQueryParameters()
IndexerQueryContext.Status getStatus()
List<Exception> getFailureExceptions()
IndexerQueryContext.Copyright © 2017 SAP SE. All Rights Reserved.