It's not that simple. When using a search server you should have a separate 
index per language. Search server are processing text to improve indexing 
such as saving only the stem of a verb or removing plurals. This is highly 
language specific.

The main problem is therefore the schema creation and schema updates for 
each language. It's not that hard to write a router that sends the request 
to the correct index once it is setup.

Am Montag, 18. August 2014 02:26:23 UTC+2 schrieb Collin Anderson:
>
> Could you simply have a field to record the language, and then filter by 
> that language when searching?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/644d2001-0f0a-4752-a157-11a51cf78946%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to