Could this module also support translations made using the entity_translation module, which allows field-based rather than node-based translations?

Currently, using entity_translation only the base language fields of my nodes are being indexed.

Interesting to note though that entity_translation doesn't even play nicely with core search atm #1291388: Add support for multilingual core search

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

colan’s picture

Title: entity_translation support » Add support for Entity (field) Translation

Changed title for better findability. The module in question is Entity Translation, which allow fields to be translatable.

mkalkbrenner’s picture

To be discussed at Drupal Con.

mkalkbrenner’s picture

Assigned: Unassigned » mkalkbrenner
Status: Active » Needs work
FileSize
7.72 KB

Ok, indexing and searching already works. Deletion of nodes is still missing ...

But ensure that you use at least entity_translation 7.x-1.0-beta1.

rockaholiciam’s picture

Hei mkalkbrener, I tried using your module for my website which uses entity translations in localize mode but it didnt seem to be working at all. are there any configurations that need to be made for your multilingual module or is the functionality still missing?

mkalkbrenner’s picture

Did you simply install Apache Solr Multilingual or did you create an adjusted configuration using Apache Solr Confgen?

Confgen is currently broken due to changes in the apachesolr module itself: #1860652: Downloaded schema.xml and solrconfig.xml are blank as of apachesolr 7.x-1.1

I hope to find some time to clean up everything soon.

mkalkbrenner’s picture

Status: Needs work » Fixed

In latest dev version, Entity and Node Translation run in parallel :-)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit b26b413 on 7.x-1.x, 6.x-3.x by mkalkbrenner:
    [#1301252] mkalkbrenner: index nodes translated using entity_translation