elpaso
unread,Nov 21, 2009, 3:47:45 PM11/21/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Djapian Users
Hi,
I just discovered djapian, having worked with xapian in PHP in the
past I would love to use it in django too.
Just one question before diving into djapian: in my models I have some
language specific fields:
title_en
title_de
description_en
description_de
I would like to use a different stemming for these fields, is this
possible? I read about "multi" but it seems to use a function that
will return the language for the whole model and not for specific
fields.
Perhaps what I intend to do is not difficult to implement, but I would
like to hear something from who has more experience with djapian
before I start looking at the code.