Class IndexTypeFSQSpec<T extends IndexedTypeFlexibleSearchQuery>
java.lang.Object
de.hybris.platform.solrfacetsearch.config.impl.IndexTypeFSQSpec<T>
- All Implemented Interfaces:
FlexibleSearchQuerySpec
public class IndexTypeFSQSpec<T extends IndexedTypeFlexibleSearchQuery>
extends Object
implements FlexibleSearchQuerySpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a map representation of query parameters:
- injected by query attributes - injected by parameter provider specified by name in solr configuration xml file.getQuery()Returns string representation of query stored in the solr configuration xml file.getUser()Return user name used in solr configuration xml file to restrict flexible query.
-
Constructor Details
-
IndexTypeFSQSpec
-
-
Method Details
-
getQuery
Description copied from interface:FlexibleSearchQuerySpecReturns string representation of query stored in the solr configuration xml file.- Specified by:
getQueryin interfaceFlexibleSearchQuerySpec- Returns:
- String
-
createParameters
Description copied from interface:FlexibleSearchQuerySpecCreates a map representation of query parameters:
- injected by query attributes - injected by parameter provider specified by name in solr configuration xml file.- Specified by:
createParametersin interfaceFlexibleSearchQuerySpec- Returns:
- Map<String, Object>
-
getUser
Description copied from interface:FlexibleSearchQuerySpecReturn user name used in solr configuration xml file to restrict flexible query.- Specified by:
getUserin interfaceFlexibleSearchQuerySpec
-