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 |
---|---|
List<FieldType> |
SolrHelperServiceImpl.getSearchableFieldTypes(Field field) |
List<FieldType> |
SolrHelperService.getSearchableFieldTypes(Field field)
Returns the searchable field types for the given field.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.