| Modifier and Type | Method and Description |
|---|---|
Collection<FieldValue> |
RootProductCodeValueProvider.getFieldValues(IndexConfig arg0,
IndexedProperty indexedProperty,
Object model) |
Collection<FieldValue> |
DateValueProvider.getFieldValues(IndexConfig indexConfig,
IndexedProperty indexedProperty,
Object model) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FieldValue> |
ProductBundleTemplatesValueProvider.getFieldValues(IndexConfig indexConfig,
IndexedProperty indexedProperty,
Object model) |
Collection<FieldValue> |
LowestBundlePriceValueProvider.getFieldValues(IndexConfig indexConfig,
IndexedProperty indexedProperty,
Object model) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FieldValue> |
EntitlementValueProvider.getFieldValues(IndexConfig indexConfig,
IndexedProperty indexedProperty,
Object model) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> List<T> |
DefaultListenersFactory.loadIndexConfigListeners(IndexConfig indexConfig,
Class<T> listenerType) |
| Modifier and Type | Method and Description |
|---|---|
static IndexConfig |
IndexConfigs.createIndexConfig(Collection<IndexedType> indexedTypes,
Collection<CatalogVersionModel> catalogVersions,
Collection<LanguageModel> languages,
Collection<CurrencyModel> currencies,
String exportPath,
int batchSize,
boolean enabledLanguageFallbackMechanism) |
static IndexConfig |
IndexConfigs.createIndexConfig(Collection<IndexedType> indexedTypes,
Collection<CatalogVersionModel> catalogVersions,
Collection<LanguageModel> languages,
Collection<CurrencyModel> currencies,
String exportPath,
int batchSize,
int numberOfThreads,
boolean enabledLanguageFallbackMechanism) |
static IndexConfig |
IndexConfigs.createIndexConfig(Collection<IndexedType> indexedTypes,
Collection<CatalogVersionModel> catalogVersions,
Collection<LanguageModel> languages,
Collection<CurrencyModel> currencies,
String exportPath,
int batchSize,
int numberOfThreads,
IndexMode indexMode,
boolean enabledLanguageFallbackMechanism) |
IndexConfig |
FacetSearchConfig.getIndexConfig() |
| Modifier and Type | Method and Description |
|---|---|
static FacetSearchConfig |
FacetSearchConfigs.createFacetSearchConfig(String name,
String description,
IndexConfig indexConfig,
SearchConfig searchConfig,
SolrConfig solrConfig) |
void |
FacetSearchConfig.setIndexConfig(IndexConfig indexConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultFlexibleSearchQuerySpecFactory.populateParametersByProvider(String parameterProviderId,
Map<String,Object> parameters,
IndexedType indexedType,
IndexConfig indexConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected IndexConfig |
MockFacetSearchConfigService.createProductIndexConfig() |
protected IndexConfig |
AbstractFlexibleSearchQuerySpec.getIndexConfig(String facetSearchConfigName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected IndexConfig |
DefaultFacetSearchConfigPopulator.getIndexConfigFromItems(SolrFacetSearchConfigModel configModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultIndexConfigPopulator.populate(SolrFacetSearchConfigModel source,
IndexConfig target) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFacetSearchConfigPopulator.setIndexConfigConverter(Converter<SolrFacetSearchConfigModel,IndexConfig> indexConfigConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
SolrExtIndexerJob.createQueryParameters(T cronJob,
IndexConfig indexConfig,
IndexedType indexedType) |
protected IndexedType |
SolrExtIndexerJob.resolveIndexedType(T cronJob,
IndexConfig indexConfig) |
| Modifier and Type | Method and Description |
|---|---|
SolrInputDocument |
DefaultSolrDocumentFactory.createInputDocument(ItemModel model,
IndexConfig indexConfig,
IndexedType indexedType) |
SolrInputDocument |
DefaultSolrDocumentFactory.createInputDocument(ItemModel model,
IndexConfig indexConfig,
IndexedType indexedType,
Collection<IndexedProperty> indexedProperties) |
protected void |
XMLExporter.doExport(Collection<SolrInputDocument> solrDocuments,
IndexConfig indexConfig,
IndexedType indexedType,
XMLExporter.ExportMode exportMode) |
protected String |
XMLExporter.getEncoding(IndexConfig indexConfig) |
protected String |
XMLExporter.getExportDirPath(IndexConfig indexConfig) |
protected void |
DefaultIndexer.handleError(IndexConfig indexConfig,
IndexedType indexedType,
String message,
Exception error) |
protected void |
DefaultSolrDocumentFactory.handleError(IndexConfig indexConfig,
String message,
Exception error) |
protected void |
DefaultSolrDocumentFactory.validateCommonRequiredParameters(ItemModel item,
IndexConfig indexConfig,
IndexedType indexedType) |
protected void |
XMLExporter.writeToXMLFile(String exportDirPath,
Object jaxbDocument,
IndexConfig indexConfig,
String jaxbContext,
String typeName,
XMLExporter.ExportMode exportMode) |
| Modifier and Type | Method and Description |
|---|---|
SolrInputDocument |
SolrDocumentFactory.createInputDocument(ItemModel item,
IndexConfig indexConfig,
IndexedType indexedType)
Converts from
ItemModel to SolrInputDocument. |
SolrInputDocument |
SolrDocumentFactory.createInputDocument(ItemModel item,
IndexConfig indexConfig,
IndexedType indexedType,
Collection<IndexedProperty> indexedProperties)
Converts from
ItemModel to SolrInputDocument (for partial updates). |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
CronJobAwareParameterProvider.createParameters(CronJobModel cronJob,
IndexConfig indexConfig,
IndexedType indexedType)
Create provider's parameter in the form of Map
|
Map<String,Object> |
ContextAwareParameterProvider.createParameters(IndexConfig indexConfig,
IndexedType indexedType)
Create provider's parameter in the form of Map
|
Collection<FieldValue> |
FieldValueProvider.getFieldValues(IndexConfig indexConfig,
IndexedProperty indexedProperty,
Object model)
Deprecated.
use
ValueResolver instead. |
Collection<FieldValue> |
IndexedTypeFieldsValuesProvider.getFieldValues(IndexConfig indexConfig,
Object model)
Returns a collection of
FieldValue of a given model that are fetched from it based on the indexConfig and
customized implemented logic. |
String |
IdentityProvider.getIdentifier(IndexConfig indexConfig,
T model)
Provides unique string representation of indexed type identifier that is generated with respect to the model type
restrictions.
|
| Modifier and Type | Method and Description |
|---|---|
protected IndexConfig |
AbstractValueResolverTest.getIndexConfig() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
MockContextAwareParameterProvider.createParameters(IndexConfig indexConfig,
IndexedType indexedType) |
protected List<FieldValue> |
ClassificationPropertyValueProvider.getFeaturesValues(IndexConfig indexConfig,
Feature feature,
IndexedProperty indexedProperty) |
Collection<FieldValue> |
ModelPropertyFieldValueProvider.getFieldValues(IndexConfig indexConfig,
IndexedProperty indexedProperty,
Object model) |
Collection<FieldValue> |
ProductPriceValueProvider.getFieldValues(IndexConfig indexConfig,
IndexedProperty indexedProperty,
Object model) |
Collection<FieldValue> |
SpELValueProvider.getFieldValues(IndexConfig indexConfig,
IndexedProperty indexedProperty,
Object model) |
Collection<FieldValue> |
ClassificationPropertyValueProvider.getFieldValues(IndexConfig indexConfig,
IndexedProperty indexedProperty,
Object model) |
Collection<FieldValue> |
CategoryNameValueProvider.getFieldValues(IndexConfig indexConfig,
IndexedProperty indexedProperty,
Object model) |
Collection<FieldValue> |
CategoryCodeValueProvider.getFieldValues(IndexConfig indexConfig,
IndexedProperty indexedProperty,
Object model) |
Collection<FieldValue> |
DemoIndexedTypeFieldsValuesProvider.getFieldValues(IndexConfig indexConfig,
Object model) |
Collection<FieldValue> |
MockupIndexTypeValuesProvider.getFieldValues(IndexConfig indexConfig,
Object model) |
String |
ItemIdentityProvider.getIdentifier(IndexConfig indexConfig,
ItemModel item) |
String |
ProductIdentityProvider.getIdentifier(IndexConfig indexConfig,
ProductModel model) |
String |
ShardAwareProductIdentityProvider.getIdentifier(IndexConfig indexConfig,
ProductModel product) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FieldValue> |
ProductBillingTimeValueProvider.getFieldValues(IndexConfig indexConfig,
IndexedProperty indexedProperty,
Object model) |
Collection<FieldValue> |
TermLimitValueProvider.getFieldValues(IndexConfig indexConfig,
IndexedProperty indexedProperty,
Object model) |
Collection<FieldValue> |
SubscriptionProductPriceValueProvider.getFieldValues(IndexConfig indexConfig,
IndexedProperty indexedProperty,
Object model) |
Copyright © 2017 SAP SE. All Rights Reserved.