I read the note about Apache Solr Multilingual Drupal 7 that says it will not be released until core translation issues are resolved. That being said will this module work for a basic Drupal 7 multilingual site. (In my case English and French) I have Apache Solr Integration module up and running but with this module enabled / configured I cannot seem to make it filter on language. (I have re-index all documents.) Do you need to change anything with your Solr install to get it to work? Please let me know if you have this module working with Drupal 7. Thanks and any help is much appreciated.
Comments
Comment #1
joel_osc commentedAt first this seemed like an odd case, but in looking at it I think it is a good question. From the code I don't this module will do much since I don't think this hook exists in D7:
I think it is now:
hook_apachesolr_query_alterComment #2
joel_osc commentedOne quick workaround to limit the query to the user's language is to add this to your site module:
Comment #3
mkalkbrennerI'm thinking about an Apache Solr Multilingual code sprint at Drupal Con Munich. Anyone interested?
Comment #4
nick_vhI'm very interested! Please organise :)
Comment #5
cheyer commentedthanks a lot #2 for this small code, it works like a charm and it saved me a lot of time. big thumbs.
Comment #6
mkalkbrennersee #1702354: Apache Solr Multilingual 7.x Roadmap