Uses of Class
org.broadleafcommerce.core.search.domain.solr.FieldType
Packages that use FieldType
Package
Description
-
Uses of FieldType in org.broadleafcommerce.core.search.dao
Methods in org.broadleafcommerce.core.search.dao with parameters of type FieldTypeModifier and TypeMethodDescriptionIndexFieldDao.getIndexFieldTypes(FieldType facetFieldType) IndexFieldDaoImpl.getIndexFieldTypes(FieldType facetFieldType) -
Uses of FieldType in org.broadleafcommerce.core.search.domain
Methods in org.broadleafcommerce.core.search.domain that return FieldTypeModifier and TypeMethodDescriptionIndexFieldType.getFieldType()IndexFieldTypeImpl.getFieldType()Methods in org.broadleafcommerce.core.search.domain with parameters of type FieldTypeModifier and TypeMethodDescriptionvoidIndexFieldType.setFieldType(FieldType fieldType) voidIndexFieldTypeImpl.setFieldType(FieldType fieldType) -
Uses of FieldType in org.broadleafcommerce.core.search.domain.solr
Fields in org.broadleafcommerce.core.search.domain.solr declared as FieldTypeModifier and TypeFieldDescriptionstatic final FieldTypeFieldType.BOOLEANstatic final FieldTypeFieldType.BOOLEANSstatic final FieldTypeFieldType.CATEGORYstatic final FieldTypeFieldType.COORDINATEstatic final FieldTypeFieldType.DATEstatic final FieldTypeFieldType.DATESstatic final FieldTypeFieldType.DOUBLEstatic final FieldTypeFieldType.DOUBLESstatic final FieldTypeFieldType.IDstatic final FieldTypeFieldType.INTstatic final FieldTypeFieldType.INTSstatic final FieldTypeFieldType.LONGstatic final FieldTypeFieldType.LONGSstatic final FieldTypeFieldType.PRICEstatic final FieldTypeFieldType.SORTstatic final FieldTypeFieldType.STRINGstatic final FieldTypeFieldType.STRINGSstatic final FieldTypeFieldType.TEXTstatic final FieldTypeFieldType.TEXTSstatic final FieldTypeFieldType.TRIEDATEstatic final FieldTypeFieldType.TRIEDOUBLEstatic final FieldTypeFieldType.TRIEINTstatic final FieldTypeFieldType.TRIELONGstatic final FieldTypeFieldType.TSMethods in org.broadleafcommerce.core.search.domain.solr that return FieldTypeMethods in org.broadleafcommerce.core.search.domain.solr with parameters of type FieldType -
Uses of FieldType in org.broadleafcommerce.core.search.service.solr
Methods in org.broadleafcommerce.core.search.service.solr with parameters of type FieldTypeModifier and TypeMethodDescriptionorg.broadleafcommerce.common.extension.ExtensionResultStatusTypeAbstractSolrSearchServiceExtensionHandler.buildPrefixListForIndexField(IndexField field, FieldType fieldType, List<String> prefixList) org.broadleafcommerce.common.extension.ExtensionResultStatusTypeI18nSolrSearchServiceExtensionHandler.buildPrefixListForIndexField(IndexField field, FieldType fieldType, List<String> prefixList) org.broadleafcommerce.common.extension.ExtensionResultStatusTypeSolrSearchServiceExtensionHandler.buildPrefixListForIndexField(IndexField field, FieldType fieldType, List<String> prefixList) Returns a prefix if required for the passed in searchable field.org.broadleafcommerce.common.extension.ExtensionResultStatusTypeAbstractSolrSearchServiceExtensionHandler.getPropertyNameForIndexField(IndexField field, FieldType fieldType, String prefix, org.broadleafcommerce.common.extension.ExtensionResultHolder<String> erh) SolrHelperService.getPropertyNameForIndexField(IndexField field, FieldType fieldType) Returns the property name for the given field and field type.SolrHelperService.getPropertyNameForIndexField(IndexField field, FieldType fieldType, String prefix) Returns the property name for the given field, field type, and prefixSolrHelperServiceImpl.getPropertyNameForIndexField(IndexField field, FieldType searchableFieldType) SolrHelperServiceImpl.getPropertyNameForIndexField(IndexField field, FieldType fieldType, String prefix) org.broadleafcommerce.common.extension.ExtensionResultStatusTypeSolrSearchServiceExtensionHandler.getPropertyNameForIndexField(IndexField field, FieldType fieldType, String prefix, org.broadleafcommerce.common.extension.ExtensionResultHolder<String> erh) Extension point to allow overriding the way the property name for an index field with the given field type and prefix is built. -
Uses of FieldType in org.broadleafcommerce.core.search.service.solr.index
Methods in org.broadleafcommerce.core.search.service.solr.index with parameters of type FieldTypeModifier and TypeMethodDescriptionorg.broadleafcommerce.common.extension.ExtensionResultStatusTypeAbstractSolrIndexServiceExtensionHandler.addPropertyValues(Indexable indexable, Field field, FieldType fieldType, Map<String, Object> values, String propertyName, List<org.broadleafcommerce.common.locale.domain.Locale> locales) org.broadleafcommerce.common.extension.ExtensionResultStatusTypeI18nSolrIndexServiceExtensionHandler.addPropertyValues(Indexable indexable, Field field, FieldType fieldType, Map<String, Object> values, String propertyName, List<org.broadleafcommerce.common.locale.domain.Locale> locales) org.broadleafcommerce.common.extension.ExtensionResultStatusTypeSolrIndexServiceExtensionHandler.addPropertyValues(Indexable indexable, Field field, FieldType fieldType, Map<String, Object> values, String propertyName, List<org.broadleafcommerce.common.locale.domain.Locale> locales) Given the input field, populates the values array with the fields needed for the passed in field.SolrIndexServiceImpl.getPropertyValues(Indexable indexedItem, Field field, FieldType fieldType, List<org.broadleafcommerce.common.locale.domain.Locale> locales) Returns a map of prefix to value for the requested attributes.org.broadleafcommerce.common.extension.ExtensionResultStatusTypeAbstractSolrIndexServiceExtensionHandler.populateDocumentForIndexField(org.apache.solr.common.SolrInputDocument document, IndexField field, FieldType fieldType, Map<String, Object> propertyValues) org.broadleafcommerce.common.extension.ExtensionResultStatusTypeSolrIndexServiceExtensionHandler.populateDocumentForIndexField(org.apache.solr.common.SolrInputDocument document, IndexField field, FieldType fieldType, Map<String, Object> propertyValues) This is used to populate any fields for the given parameters as well as adding any property names to the added properties list. -
Uses of FieldType in org.broadleafcommerce.core.search.service.solr.indexer
Methods in org.broadleafcommerce.core.search.service.solr.indexer with parameters of type FieldType