Interface IndexerQueryContext
- All Known Implementing Classes:
DefaultIndexerQueryContext
public interface IndexerQueryContext
This interface represents a context valid for the duration of an indexer query.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns aMapinstance that can be used to store attributes.Returns the facet search configuration.Returns all failure causing exceptions for thisIndexerQueryContext.Returns the indexed type.getQuery()Returns the query.Returns the query parameters.Returns the current status of the query context
-
Method Details
-
getFacetSearchConfig
FacetSearchConfig getFacetSearchConfig()Returns the facet search configuration.- Returns:
- the facet search configuration
-
getIndexedType
IndexedType getIndexedType()Returns the indexed type.- Returns:
- the indexed type
-
getQuery
String getQuery()Returns the query.- Returns:
- the query
-
getQueryParameters
Returns the query parameters.- Returns:
- the query parameters
-
getStatus
IndexerQueryContext.Status getStatus()Returns the current status of the query context- Returns:
- the current status
-
getFailureExceptions
Returns all failure causing exceptions for thisIndexerQueryContext. -
getAttributes
Returns aMapinstance that can be used to store attributes. The attributes are only valid for the duration of the index process.- Returns:
- the map containing the attributes
-