Myabe it can be useful to have it specified as operand at search time:
for example if I want an exact search for a word i can use something like:
keyword='personal'
If I want a derivated word I can use:
keyword~'personal'

I know this is a UI-oriented and search-oriented solution. I don't know of
indexing impacts.

On Mon, Mar 3, 2008 at 6:12 PM, yelo_3 <[EMAIL PROTECTED]> wrote:

> ok... but it must be a way to have exact matches before stemming
> ones... It is so un-useful to have the word I was searching only at
> the third page...
> i don't know how queries are performed, but maybe you can try this
> approach, if stemming is not built into the index:
> first you make a query with the exact words, and then another query
> with stemming words... This will really speed up the time humans find
> the result they are looking for.
> _______________________________________________
> tracker-list mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/tracker-list
>



-- 
---
Faber
_______________________________________________
tracker-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to