| Package | Description |
|---|---|
| org.broadleafcommerce.core.search.dao | |
| org.broadleafcommerce.core.search.domain | |
| org.broadleafcommerce.core.search.service.solr |
| Modifier and Type | Method and Description |
|---|---|
List<IndexFieldType> |
IndexFieldDao.getIndexFieldTypes(FieldType facetFieldType) |
List<IndexFieldType> |
IndexFieldDaoImpl.getIndexFieldTypes(FieldType facetFieldType) |
List<IndexFieldType> |
IndexFieldDao.getIndexFieldTypesByAbbreviation(String abbreviation) |
List<IndexFieldType> |
IndexFieldDaoImpl.getIndexFieldTypesByAbbreviation(String abbreviation) |
List<IndexFieldType> |
IndexFieldDao.getIndexFieldTypesByAbbreviationAndEntityType(String abbreviation,
FieldEntity entityType) |
List<IndexFieldType> |
IndexFieldDaoImpl.getIndexFieldTypesByAbbreviationAndEntityType(String abbreviation,
FieldEntity entityType) |
List<IndexFieldType> |
IndexFieldDao.getIndexFieldTypesByAbbreviationOrPropertyName(String name) |
List<IndexFieldType> |
IndexFieldDaoImpl.getIndexFieldTypesByAbbreviationOrPropertyName(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexFieldTypeImpl |
| Modifier and Type | Field and Description |
|---|---|
protected IndexFieldType |
SearchFacetImpl.fieldType |
| Modifier and Type | Field and Description |
|---|---|
protected List<IndexFieldType> |
IndexFieldImpl.fieldTypes |
| Modifier and Type | Method and Description |
|---|---|
<G extends IndexFieldType> |
IndexFieldTypeImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
| Modifier and Type | Method and Description |
|---|---|
IndexFieldType |
SearchFacet.getFieldType()
The main relationship to the rest of the search index entities
|
IndexFieldType |
SearchFacetImpl.getFieldType() |
| Modifier and Type | Method and Description |
|---|---|
List<IndexFieldType> |
IndexField.getFieldTypes()
Gets the searchable field types for this search field
|
List<IndexFieldType> |
IndexFieldImpl.getFieldTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchFacet.setFieldType(IndexFieldType fieldType) |
void |
SearchFacetImpl.setFieldType(IndexFieldType fieldType) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexField.setFieldTypes(List<IndexFieldType> fieldTypes)
Sets the searchable field types for this search field
|
void |
IndexFieldImpl.setFieldTypes(List<IndexFieldType> fieldTypes) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
AbstractSolrSearchServiceExtensionHandler.getQueryField(org.apache.solr.client.solrj.SolrQuery query,
SearchCriteria searchCriteria,
IndexFieldType indexFieldType,
ExtensionResultHolder<List<String>> queryFieldsResult) |
ExtensionResultStatusType |
SolrSearchServiceExtensionHandler.getQueryField(org.apache.solr.client.solrj.SolrQuery query,
SearchCriteria searchCriteria,
IndexFieldType indexFieldType,
ExtensionResultHolder<List<String>> queryFieldsResult)
Finds and adds the query fields for the given search field and searchable field type.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MvelToSearchCriteriaConversionServiceImpl.isCustomFieldIndexed(List<IndexFieldType> indexFieldTypes) |
Copyright © 2021. All rights reserved.