apachesolr_index_entities
    * primary key:
      declared: array('entity_id')
      actual: array('entity_id', 'entity_type')

If I add entity type I get:

apachesolr_index_entities
    * primary key:
      declared: array('entity_id', 'entity_type')
      actual: array('entity_id') 

Comments

dave reid’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)
Related issues: +#1441066: Broken Schema

Update to a recent version of the apachesolr module. It was fixed with #1441066: Broken Schema.