public interface IndexerQueryContext
| Modifier and Type | Interface and Description |
|---|---|
static class |
IndexerQueryContext.Status |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes()
Returns a
Map instance that can be used to store attributes. |
FacetSearchConfig |
getFacetSearchConfig()
Returns the facet search configuration.
|
java.util.List<java.lang.Exception> |
getFailureExceptions()
Returns all failure causing exceptions for this
IndexerQueryContext. |
IndexedType |
getIndexedType()
Returns the indexed type.
|
java.lang.String |
getQuery()
Returns the query.
|
java.util.Map<java.lang.String,java.lang.Object> |
getQueryParameters()
Returns the query parameters.
|
IndexerQueryContext.Status |
getStatus()
Returns the current status of the query context
|
FacetSearchConfig getFacetSearchConfig()
IndexedType getIndexedType()
java.lang.String getQuery()
java.util.Map<java.lang.String,java.lang.Object> getQueryParameters()
IndexerQueryContext.Status getStatus()
java.util.List<java.lang.Exception> getFailureExceptions()
IndexerQueryContext.java.util.Map<java.lang.String,java.lang.Object> getAttributes()
Map instance that can be used to store attributes. The attributes are only valid for the
duration of the index process.Copyright © 2018 SAP SE. All Rights Reserved.