cancel
Showing results for 
Search instead for 
Did you mean: 

Error during indexer call

Former Member
0 Kudos

24.07.2017 20:03:48: WARNING: Error during indexer call: jafraIndex 24.07.2017 20:03:48: WARNING: Error during indexer call: jafraIndex 24.07.2017 20:03:46: WARNING: No [SUCCESS] operations for record [SolrIndexedCoresRecordModel (8796093057193)] 24.07.2017 20:03:46: WARNING: No [SUCCESS] operations for record [SolrIndexedCoresRecordModel (8796093057193)]

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello ,

As per logs you have created one new filed into solr.impex "categoryName_text_id_mv" but with this name there is not attribute in product so it is saying unknown filed.

Either you can remove this filed from solr config. or create new value provider for this index property and map into solr.impex in this way index will work perfectly.

For e.g we need to index new property into solr I can create impex and provide value provider if it is complex type:

  INSERT_UPDATE SolrIndexedProperty;solrIndexedType(identifier)[unique=true];name[unique=true];type(code);localized[default=false];multiValue[default=true];categoryField[default=true];useForSpellchecking[default=false];useForAutocomplete[default=false];fieldValueProvider;;;;;;;;;;;
  ;$productIndexType; contentType                ;string ;            ;false;    ;    ;    ;productnewAttributeHeightValueProvider;;;;;;;;;;;

productnewAttributeHeightValueProvider is bean id of custom value provider. To know more about value provider please see Value Provider

Note : If index property is same name with product model's attribute it index simply but if index property name is diff or it is computed or complex type you need to use either SpringEL value provider or custom value provider.

Answers (3)

Answers (3)

mansurarisoy
Contributor
0 Kudos

In the log it says unknown field 'categoryName_text_id_mv' did you configure your Solr schema.xml file according to the language you use? I believe it's Indonesian because of the id postfix.

Former Member
0 Kudos

PFA for logs.link text

link text

0 Kudos

Hi,

Please open your solr index cronjob and go to LOG tab and download that particular log file to identify the issue. or share in this chat ,will see If we can help you.