You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xappy-discuss
I'm writing a blog engine and wonder what kind of UnprocessedDocuments
should i create. Probably store-content DB "id" and "url", then
FREETEXT "title" and "text".
But all texts are possibly localized so i wonder if it is possible to
delay specifiying language until creating document.
Or should i create different fields, like "title-en", "title-ru" for
each localization and create documents with either of those fields
filled.
Obviously not every post and comment would be localized and there will
be at most 2 languages.