Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I have Drupal 7.14 and Solr 7.x-1.0-rc2. I am having following ERROR on Indexing out:

An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /batch?id=1972&op=do StatusText: Service unavailable (with message) ResponseText: EntityMalformedException: Missing bundle property on entity of type taxonomy_term. in entity_extract_ids() (line 7539 of /var/www/...../includes/common.inc).

Now my search is being blank because of i can not index my site.
Any kind help please?

share|improve this question

1 Answer

Are you using Search API Solr Search 7.x-1.0-rc2? If so, to start you should try upgrading to rc3, copying the new versions of the Solr configuration files (for Solr 1.4 or 3.x, as appropriate), clearing your index, then re-indexing.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.