Re: Facets and sort

2007-09-24 Thread Guillaume Smet
On 9/24/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: > sorting on a tokenized field is definitely a no-no ... the only situation > in which that will work is if your tokenizer produces only one token per > document (ie: KeywrodTokenizer) Yes, it works now. I have now based my sort field on the a

Re: Facets and sort

2007-09-24 Thread Chris Hostetter
: late here. After a few hours of sleep, I think the problem is that I : sort on a tokenized value. Without a facet filter, I have enough sorting on a tokenized field is definitely a no-no ... the only situation in which that will work is if your tokenizer produces only one token per document (i

Re: Facets and sort

2007-09-24 Thread Guillaume Smet
Hi Chris, On 9/24/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: > 1) > 2) In fact both were typos in my email: the code is right. It was a bit late here. After a few hours of sleep, I think the problem is that I sort on a tokenized value. Without a facet filter, I have enough results to have o

Re: Facets and sort

2007-09-23 Thread Chris Hostetter
: - I want to sort the results by title: I do it via a sort=title_t asc parameter : - when I don't apply any facetting filter, it works well, my results : are sorted by title. Search URL is: ... : - the problem is that as soon as I apply a facetting filter via : qf=facet:value, I can't ge