Bachir Soussi Chiadmi 78adf3a099 first global commit vor 3 Jahren
..
includes 78adf3a099 first global commit vor 3 Jahren
README.txt 78adf3a099 first global commit vor 3 Jahren
entity_translation_search_api.info 78adf3a099 first global commit vor 3 Jahren
entity_translation_search_api.module 78adf3a099 first global commit vor 3 Jahren

README.txt

This module differs from this one: http://drupal.org/project/search_api_et. It
uses an alternative way of getting language aware search with entity translation:
have one index per language. This has some drawbacks like scalability and site
building usability. But when used with Solr as indexing backend, it allows to set
a different configuration for each language (by declaring one Search API server
per language, matching to a different Solr core). This especially makes sense if
the website only has two or three languages.
For more info on these considerations, see http://drupal.org/node/1393058.