Uses of Class
de.hybris.platform.solrfacetsearch.config.IndexedTypeFlexibleSearchQuery
-
-
Uses of IndexedTypeFlexibleSearchQuery in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return types with arguments of type IndexedTypeFlexibleSearchQuery Modifier and Type Method Description java.util.Map<IndexOperation,IndexedTypeFlexibleSearchQuery>IndexedType. getFlexibleSearchQueries()Method parameters in de.hybris.platform.solrfacetsearch.config with type arguments of type IndexedTypeFlexibleSearchQuery Modifier and Type Method Description static IndexedTypeIndexedTypes. createIndexedType(ComposedTypeModel composedType, boolean variant, java.util.Collection<IndexedProperty> indexedProperties, java.util.Map<IndexOperation,IndexedTypeFlexibleSearchQuery> flexibleSearchQueries, java.lang.String identityProvider, java.lang.String modelLoader, java.util.Set<java.lang.String> typeFacets, java.lang.String fieldsValuesProvider, java.lang.String indexName)static IndexedTypeIndexedTypes. createIndexedType(ComposedTypeModel composedType, boolean variant, java.util.Collection<IndexedProperty> indexedProperties, java.util.Map<IndexOperation,IndexedTypeFlexibleSearchQuery> flexibleSearchQueries, java.lang.String identityProvider, java.lang.String modelLoader, java.util.Set<java.lang.String> typeFacets, java.lang.String fieldsValuesProvider, java.lang.String indexName, java.lang.String indexNameFromConfig)static IndexedTypeIndexedTypes. createIndexedType(ComposedTypeModel composedType, boolean variant, java.util.Collection<IndexedProperty> indexedProperties, java.util.Map<IndexOperation,IndexedTypeFlexibleSearchQuery> flexibleSearchQueries, java.lang.String identityProvider, java.lang.String modelLoader, java.util.Set<java.lang.String> typeFacets, java.lang.String fieldsValuesProvider, java.lang.String indexName, java.lang.String indexNameFromConfig, java.lang.String solrResultConverter)voidIndexedType. setFlexibleSearchQueries(java.util.Map<IndexOperation,IndexedTypeFlexibleSearchQuery> flexibleSearchQueries) -
Uses of IndexedTypeFlexibleSearchQuery in de.hybris.platform.solrfacetsearch.config.factories
Methods in de.hybris.platform.solrfacetsearch.config.factories with parameters of type IndexedTypeFlexibleSearchQuery Modifier and Type Method Description FlexibleSearchQuerySpecFlexibleSearchQuerySpecFactory. createIndexQuery(IndexedTypeFlexibleSearchQuery indexTypeFlexibleSearchQueryData, IndexedType indexedType, FacetSearchConfig facetSearchConfig)Creates instance ofFlexibleSearchQuerySpecbased on theIndexedTypeFlexibleSearchQuery -
Uses of IndexedTypeFlexibleSearchQuery in de.hybris.platform.solrfacetsearch.config.factories.impl
Methods in de.hybris.platform.solrfacetsearch.config.factories.impl with parameters of type IndexedTypeFlexibleSearchQuery Modifier and Type Method Description FlexibleSearchQuerySpecDefaultFlexibleSearchQuerySpecFactory. createIndexQuery(IndexedTypeFlexibleSearchQuery indexTypeFlexibleSearchQueryData, IndexedType indexedType, FacetSearchConfig facetSearchConfig)protected voidDefaultFlexibleSearchQuerySpecFactory. populateRuntimeParameters(IndexedTypeFlexibleSearchQuery indexTypeFlexibleSearchQueryData, IndexedType indexedType, FacetSearchConfig facetSearchConfig) -
Uses of IndexedTypeFlexibleSearchQuery in de.hybris.platform.solrfacetsearch.config.impl
Classes in de.hybris.platform.solrfacetsearch.config.impl with type parameters of type IndexedTypeFlexibleSearchQuery Modifier and Type Class Description classIndexTypeFSQSpec<T extends IndexedTypeFlexibleSearchQuery> -
Uses of IndexedTypeFlexibleSearchQuery in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type IndexedTypeFlexibleSearchQuery Modifier and Type Method Description voidDefaultIndexedTypeFlexibleSearchQueryPopulator. populate(SolrIndexerQueryModel source, IndexedTypeFlexibleSearchQuery target)Method parameters in de.hybris.platform.solrfacetsearch.converters.populator with type arguments of type IndexedTypeFlexibleSearchQuery Modifier and Type Method Description voidDefaultIndexedTypeFlexibleSearchQueriesPopulator. setIndexedTypeFlexibleSearchQueryConverter(Converter<SolrIndexerQueryModel,IndexedTypeFlexibleSearchQuery> indexedTypeFlexibleSearchQueryConverter)
-