README.txt 609 B

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