Uses of Interface
de.hybris.platform.solrfacetsearch.daos.SolrIndexedPropertyDao
-
Packages that use SolrIndexedPropertyDao Package Description de.hybris.platform.adaptivesearchsolr.strategies.impl de.hybris.platform.solrfacetsearch.daos.impl -
-
Uses of SolrIndexedPropertyDao in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return SolrIndexedPropertyDao Modifier and Type Method Description SolrIndexedPropertyDaoSolrAsSearchProvider. getSolrIndexedPropertyDao()Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl with parameters of type SolrIndexedPropertyDao Modifier and Type Method Description voidSolrAsSearchProvider. setSolrIndexedPropertyDao(SolrIndexedPropertyDao solrIndexedPropertyDao) -
Uses of SolrIndexedPropertyDao in de.hybris.platform.solrfacetsearch.daos.impl
Classes in de.hybris.platform.solrfacetsearch.daos.impl that implement SolrIndexedPropertyDao Modifier and Type Class Description classDefaultSolrIndexedPropertyDaoDefault implementation ofSolrIndexedPropertyDao.
-