Uses of Class
de.hybris.platform.solrfacetsearch.model.config.SolrIndexerQueryModel
-
Packages that use SolrIndexerQueryModel 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 SolrIndexerQueryModel in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type SolrIndexerQueryModel Modifier and Type Method Description protected voidDefaultIndexConfigPopulator. checkSingleQuery(SolrIndexerQueryModel query)voidDefaultIndexedTypeFlexibleSearchQueryPopulator. populate(SolrIndexerQueryModel source, IndexedTypeFlexibleSearchQuery target)Method parameters in de.hybris.platform.solrfacetsearch.converters.populator with type arguments of type SolrIndexerQueryModel Modifier and Type Method Description voidDefaultIndexedTypeFlexibleSearchQueriesPopulator. setIndexedTypeFlexibleSearchQueryConverter(Converter<SolrIndexerQueryModel,IndexedTypeFlexibleSearchQuery> indexedTypeFlexibleSearchQueryConverter) -
Uses of SolrIndexerQueryModel in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return SolrIndexerQueryModel Modifier and Type Method Description SolrIndexerQueryModelSolrIndexerQueryParameterModel. getSolrIndexerQuery()Generated method - Getter of theSolrIndexerQueryParameter.solrIndexerQueryattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config that return types with arguments of type SolrIndexerQueryModel Modifier and Type Method Description java.util.List<SolrIndexerQueryModel>SolrIndexedTypeModel. getSolrIndexerQueries()Generated method - Getter of theSolrIndexedType.solrIndexerQueriesattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config with parameters of type SolrIndexerQueryModel Modifier and Type Method Description voidSolrIndexerQueryParameterModel. setSolrIndexerQuery(SolrIndexerQueryModel value)Generated method - Setter ofSolrIndexerQueryParameter.solrIndexerQueryattribute defined at extensionsolrfacetsearch.Method parameters in de.hybris.platform.solrfacetsearch.model.config with type arguments of type SolrIndexerQueryModel Modifier and Type Method Description voidSolrIndexedTypeModel. setSolrIndexerQueries(java.util.List<SolrIndexerQueryModel> value)Generated method - Setter ofSolrIndexedType.solrIndexerQueriesattribute defined at extensionsolrfacetsearch.
-