On Tue, 2006-05-09 at 13:46 -0400, Mike Baranczak wrote:
> The documents in my index will contain a "category" field. (We can  
> assume that the number of possible categories will be small - 10 or  
> so max - and that they'll be known in advance.) I need to be able to  
> present the search results to the end user like this:
> 
> - top 10 results in category "x":
>       1. sdfsdfsd
>       2. dfgdgfdfg
>       3. [...]
> - top 10 results in category "y":
>       1. gffgdgf
>       2. kjhjkkghj
> [...]


> 2) Is there yet another way to accomplish what I need?

Did you consider placing more than one query? Perhaps it is enough to
iterate the top 100 scoring hits?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to