Uses of Class
de.hybris.platform.solrfacetsearch.model.config.SolrIndexerQueryParameterModel
-
Packages that use SolrIndexerQueryParameterModel Package Description de.hybris.platform.solrfacetsearch.converters.populator de.hybris.platform.solrfacetsearch.model.config Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.config package. -
-
Uses of SolrIndexerQueryParameterModel in de.hybris.platform.solrfacetsearch.converters.populator
Method parameters in de.hybris.platform.solrfacetsearch.converters.populator with type arguments of type SolrIndexerQueryParameterModel Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>DefaultIndexedTypeFlexibleSearchQueryPopulator. initializeFSQParameters(java.util.List<SolrIndexerQueryParameterModel> list)Initializes the Flexible Search Query parameters for theIndexedTypeFlexibleSearchQuery. -
Uses of SolrIndexerQueryParameterModel in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return types with arguments of type SolrIndexerQueryParameterModel Modifier and Type Method Description java.util.List<SolrIndexerQueryParameterModel>SolrIndexerQueryModel. getSolrIndexerQueryParameters()Generated method - Getter of theSolrIndexerQuery.solrIndexerQueryParametersattribute defined at extensionsolrfacetsearch.Method parameters in de.hybris.platform.solrfacetsearch.model.config with type arguments of type SolrIndexerQueryParameterModel Modifier and Type Method Description voidSolrIndexerQueryModel. setSolrIndexerQueryParameters(java.util.List<SolrIndexerQueryParameterModel> value)Generated method - Setter ofSolrIndexerQuery.solrIndexerQueryParametersattribute defined at extensionsolrfacetsearch.
-