| ContextAwareParameterProvider |
Generates it's own set of flexible search query parameters that can be injected to the solr indexing queries
(full-index, update, delete).
|
| CronJobAwareParameterProvider |
Generates it's own set of flexible search query parameters that can be injected to the cronjobs
|
| ExpressionEvaluator |
Expression evaluator interface to be used to evaluate any expressions such as spel
|
| FacetDisplayNameProvider |
Deprecated.
|
| FacetTopValuesProvider |
Facet Top Values are a list of facet values that are immediately shown on search and category pages for facets with
many values.
|
| FacetValueDisplayNameProvider |
Interface used to lookup a display name for a specific facet value.
|
| FieldNameProvider |
Generates the Solr field names for a given indexed property and a qualifier and field type.
|
| FieldValueProvider |
Deprecated.
|
| IdentityProvider<T> |
|
| IndexedTypeFieldsValuesProvider |
Fields values provider for the entire model.
|
| ParameterProvider |
Generates it's own set of flexible search query parameters that can be injected to the solr indexing queries
(full-index, update, delete)
|
| Qualifier |
Represents a qualifier.
|
| QualifierProvider |
This interface provides support for different types of qualifiers.
|
| QualifierProviderAware |
|
| RangeNameProvider |
Service responsible for resolving the ranges for indexed property values.
|
| TypeValueResolver<T> |
Implementations of this interface are responsible for resolving the values to be indexed.
|
| ValueFilter |
Value filter
Used by the resolvers to
|
| ValueProviderSelectionStrategy |
Implementations of this strategy allow to select the value provider for specific indexed properties.
|
| ValueResolver<T extends ItemModel> |
Implementations of this interface are responsible for resolving the values to be indexed.
|