Uses of Interface
org.broadleafcommerce.core.search.domain.IndexFieldType
Packages that use IndexFieldType
Package
Description
-
Uses of IndexFieldType in org.broadleafcommerce.core.search.dao
Methods in org.broadleafcommerce.core.search.dao that return types with arguments of type IndexFieldTypeModifier and TypeMethodDescriptionIndexFieldDao.getIndexFieldTypes(FieldType facetFieldType) IndexFieldDaoImpl.getIndexFieldTypes(FieldType facetFieldType) IndexFieldDao.getIndexFieldTypesByAbbreviation(String abbreviation) IndexFieldDaoImpl.getIndexFieldTypesByAbbreviation(String abbreviation) IndexFieldDao.getIndexFieldTypesByAbbreviationAndEntityType(String abbreviation, FieldEntity entityType) IndexFieldDaoImpl.getIndexFieldTypesByAbbreviationAndEntityType(String abbreviation, FieldEntity entityType) IndexFieldDao.getIndexFieldTypesByAbbreviationOrPropertyName(String name) IndexFieldDaoImpl.getIndexFieldTypesByAbbreviationOrPropertyName(String name) -
Uses of IndexFieldType in org.broadleafcommerce.core.search.domain
Classes in org.broadleafcommerce.core.search.domain that implement IndexFieldTypeFields in org.broadleafcommerce.core.search.domain declared as IndexFieldTypeFields in org.broadleafcommerce.core.search.domain with type parameters of type IndexFieldTypeMethods in org.broadleafcommerce.core.search.domain with type parameters of type IndexFieldTypeModifier and TypeMethodDescription<G extends IndexFieldType>
CreateResponse<G>IndexFieldTypeImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) Methods in org.broadleafcommerce.core.search.domain that return IndexFieldTypeModifier and TypeMethodDescriptionSearchFacet.getFieldType()The main relationship to the rest of the search index entitiesSearchFacetImpl.getFieldType()Methods in org.broadleafcommerce.core.search.domain that return types with arguments of type IndexFieldTypeModifier and TypeMethodDescriptionIndexField.getFieldTypes()Gets the searchable field types for this search fieldIndexFieldImpl.getFieldTypes()Methods in org.broadleafcommerce.core.search.domain with parameters of type IndexFieldTypeModifier and TypeMethodDescriptionvoidSearchFacet.setFieldType(IndexFieldType fieldType) voidSearchFacetImpl.setFieldType(IndexFieldType fieldType) Method parameters in org.broadleafcommerce.core.search.domain with type arguments of type IndexFieldTypeModifier and TypeMethodDescriptionvoidIndexField.setFieldTypes(List<IndexFieldType> fieldTypes) Sets the searchable field types for this search fieldvoidIndexFieldImpl.setFieldTypes(List<IndexFieldType> fieldTypes) -
Uses of IndexFieldType in org.broadleafcommerce.core.search.service.solr
Methods in org.broadleafcommerce.core.search.service.solr with parameters of type IndexFieldTypeModifier and TypeMethodDescriptionAbstractSolrSearchServiceExtensionHandler.getQueryField(org.apache.solr.client.solrj.SolrQuery query, SearchCriteria searchCriteria, IndexFieldType indexFieldType, ExtensionResultHolder<List<String>> queryFieldsResult) 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.Method parameters in org.broadleafcommerce.core.search.service.solr with type arguments of type IndexFieldTypeModifier and TypeMethodDescriptionprotected booleanMvelToSearchCriteriaConversionServiceImpl.isCustomFieldIndexed(List<IndexFieldType> indexFieldTypes)