| Package | Description |
|---|---|
| org.broadleafcommerce.core.search.domain | |
| org.broadleafcommerce.core.search.domain.solr | |
| org.broadleafcommerce.core.search.service.solr |
| Modifier and Type | Method and Description |
|---|---|
FieldType |
FieldImpl.getFacetFieldType() |
FieldType |
Field.getFacetFieldType()
Gets the facet field type.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldType> |
FieldImpl.getSearchableFieldTypes() |
List<FieldType> |
Field.getSearchableFieldTypes()
Gets the dynamic searchable field types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldImpl.setFacetFieldType(FieldType facetFieldType) |
void |
Field.setFacetFieldType(FieldType facetFieldType)
Sets the facet field type
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldImpl.setSearchableFieldTypes(List<FieldType> searchableFieldTypes) |
void |
Field.setSearchableFieldTypes(List<FieldType> searchableFieldTypes)
Sets the searchableFieldTypes
|
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
static FieldType |
FieldType.getInstance(String type) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2014. All Rights Reserved.