|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Field | |
|---|---|
| org.broadleafcommerce.core.search.dao | |
| org.broadleafcommerce.core.search.domain | |
| org.broadleafcommerce.core.search.service.solr | |
| Uses of Field in org.broadleafcommerce.core.search.dao |
|---|
| Methods in org.broadleafcommerce.core.search.dao that return Field | |
|---|---|
Field |
FieldDaoImpl.readFieldByAbbreviation(String abbreviation)
|
Field |
FieldDao.readFieldByAbbreviation(String abbreviation)
Given an abbreviation, returns the Field object that maps to this abbreviation. |
| Methods in org.broadleafcommerce.core.search.dao that return types with arguments of type Field | |
|---|---|
List<Field> |
FieldDaoImpl.readAllProductFields()
|
List<Field> |
FieldDao.readAllProductFields()
Reads all Field objects that are set to searchable. |
| Uses of Field in org.broadleafcommerce.core.search.domain |
|---|
| Classes in org.broadleafcommerce.core.search.domain that implement Field | |
|---|---|
class |
FieldImpl
|
| Fields in org.broadleafcommerce.core.search.domain declared as Field | |
|---|---|
protected Field |
SearchFacetImpl.field
|
| Methods in org.broadleafcommerce.core.search.domain that return Field | |
|---|---|
Field |
SearchFacetImpl.getField()
|
Field |
SearchFacet.getField()
Returns the field associated with this facet. |
| Methods in org.broadleafcommerce.core.search.domain with parameters of type Field | |
|---|---|
void |
SearchFacetImpl.setField(Field field)
|
void |
SearchFacet.setField(Field field)
Sets the field associated with this facet. |
| Uses of Field in org.broadleafcommerce.core.search.service.solr |
|---|
| Methods in org.broadleafcommerce.core.search.service.solr with parameters of type Field | |
|---|---|
protected String |
SolrSearchServiceImpl.getPropertyNameForFieldFacet(Field field)
Returns the property name for the given field and its configured facet field type. |
protected String |
SolrSearchServiceImpl.getPropertyNameForFieldSearchable(Field field,
FieldType searchableFieldType)
Returns the property name for the given field and field type. |
protected String |
SolrSearchServiceImpl.getSolrFieldKey(Field field,
ProductSearchCriteria searchCriteria)
This method will be used to map a field abbreviation to the appropriate solr index field to use. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||