Closed (fixed)
Project:
Apache Solr Multilingual
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Sep 2010 at 14:43 UTC
Updated:
13 May 2014 at 16:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mkalkbrennerThere's no elegant way to solve this using the current API.
I guess this issue is related to #912304: Support apachesolr_multilingual.
But I think this patch does not solve the issue completely. To apply multilingual support to any apache solr contrib module we have to replace title, body, ts_*, and tm_* fields if they occur by their language specific equivalent. Ugly ...
Comment #2
mkalkbrennerI rewrote the patch to solve the issue for all possible language specific fields. Additionally I fixed some warnings and a compatibility issue which is caused by change in apachesolr where the serialization of hidden get parameters has been changed to json format. Without fixing that language filters don't work correctly.
@Robert: Are you able to test the 2.x patch?
Comment #3
wmostrey commentedI tried the 6.x-2 patch and it doesn't solve the issue of #912304: Support apachesolr_multilingual.
Comment #4
wmostrey commentedUnless a clear test path can be given, this needs more work as per #3.
Comment #5
wmostrey commentedIt appears that patch #2 has already been committed by Markus.
I'm closing this issue and will continue in #912304: Support apachesolr_multilingual