Uses of Class
org.broadleafcommerce.core.search.domain.solr.FieldType

Packages that use FieldType
org.broadleafcommerce.core.search.domain   
org.broadleafcommerce.core.search.domain.solr   
org.broadleafcommerce.core.search.service.solr   
 

Uses of FieldType in org.broadleafcommerce.core.search.domain
 

Methods in org.broadleafcommerce.core.search.domain that return FieldType
 FieldType FieldImpl.getFacetFieldType()
           
 FieldType Field.getFacetFieldType()
          Gets the facet field type.
 

Methods in org.broadleafcommerce.core.search.domain that return types with arguments of type FieldType
 List<FieldType> FieldImpl.getSearchableFieldTypes()
           
 List<FieldType> Field.getSearchableFieldTypes()
          Gets the dynamic searchable field types.
 

Methods in org.broadleafcommerce.core.search.domain with parameters of type FieldType
 void FieldImpl.setFacetFieldType(FieldType facetFieldType)
           
 void Field.setFacetFieldType(FieldType facetFieldType)
          Sets the facet field type
 

Method parameters in org.broadleafcommerce.core.search.domain with type arguments of type FieldType
 void FieldImpl.setSearchableFieldTypes(List<FieldType> searchableFieldTypes)
           
 void Field.setSearchableFieldTypes(List<FieldType> searchableFieldTypes)
          Sets the searchableFieldTypes
 

Uses of FieldType in org.broadleafcommerce.core.search.domain.solr
 

Fields in org.broadleafcommerce.core.search.domain.solr declared as FieldType
static FieldType FieldType.BOOLEAN
           
static FieldType FieldType.BOOLEANS
           
static FieldType FieldType.CATEGORY
           
static FieldType FieldType.DATE
           
static FieldType FieldType.DATES
           
static FieldType FieldType.DOUBLE
           
static FieldType FieldType.DOUBLES
           
static FieldType FieldType.ID
           
static FieldType FieldType.INT
           
static FieldType FieldType.INTS
           
static FieldType FieldType.LONG
           
static FieldType FieldType.LONGS
           
static FieldType FieldType.PRICE
           
static FieldType FieldType.STRING
           
static FieldType FieldType.STRINGS
           
static FieldType FieldType.TEXT
           
static FieldType FieldType.TEXTS
           
static FieldType FieldType.TRIEDATE
           
static FieldType FieldType.TRIEDOUBLE
           
static FieldType FieldType.TRIEINT
           
static FieldType FieldType.TRIELONG
           
 

Methods in org.broadleafcommerce.core.search.domain.solr that return FieldType
static FieldType FieldType.getInstance(String type)
           
 

Uses of FieldType in org.broadleafcommerce.core.search.service.solr
 

Methods in org.broadleafcommerce.core.search.service.solr that return types with arguments of type FieldType
 List<FieldType> SolrHelperServiceImpl.getSearchableFieldTypes(Field field)
           
 List<FieldType> SolrHelperService.getSearchableFieldTypes(Field field)
          Returns the searchable field types for the given field.
 

Methods in org.broadleafcommerce.core.search.service.solr with parameters of type FieldType
 ExtensionResultStatusType SolrSearchServiceExtensionHandler.addPropertyValues(Product product, Field field, FieldType fieldType, Map<String,Object> values, String propertyName, List<Locale> locales)
          Given the input field, populates the values array with the fields needed for the passed in field.
 ExtensionResultStatusType I18nSolrSearchServiceExtensionHandler.addPropertyValues(Product product, Field field, FieldType fieldType, Map<String,Object> values, String propertyName, List<Locale> locales)
           
 ExtensionResultStatusType AbstractSolrSearchServiceExtensionHandler.addPropertyValues(Product product, Field field, FieldType fieldType, Map<String,Object> values, String propertyName, List<Locale> locales)
           
 ExtensionResultStatusType SolrSearchServiceExtensionHandler.buildPrefixListForSearchableField(Field field, FieldType searchableFieldType, List<String> prefixList)
          Returns a prefix if required for the passed in searchable field.
 ExtensionResultStatusType I18nSolrSearchServiceExtensionHandler.buildPrefixListForSearchableField(Field field, FieldType searchableFieldType, List<String> prefixList)
           
 ExtensionResultStatusType AbstractSolrSearchServiceExtensionHandler.buildPrefixListForSearchableField(Field field, FieldType searchableFieldType, List<String> prefixList)
           
 String SolrHelperServiceImpl.getPropertyNameForFieldSearchable(Field field, FieldType searchableFieldType)
           
 String SolrHelperService.getPropertyNameForFieldSearchable(Field field, FieldType searchableFieldType)
          Returns the property name for the given field and field type.
 String SolrHelperServiceImpl.getPropertyNameForFieldSearchable(Field field, FieldType searchableFieldType, String prefix)
           
 String SolrHelperService.getPropertyNameForFieldSearchable(Field field, FieldType searchableFieldType, String prefix)
          Returns the property name for the given field, field type, and prefix
protected  Map<String,Object> SolrIndexServiceImpl.getPropertyValues(Product product, Field field, FieldType fieldType, List<Locale> locales)
          Returns a map of prefix to value for the requested attributes.
 



Copyright © 2013. All Rights Reserved.