Hi James,

Check out the org.apache.lucene.search.package, there are several sort
classes that will let you write  a custom sorter.  If you have a copy
of LIA, look at chapter 6 for an example (
http://www.lucenebook.com/search?query=custom+sort+section%3A6* )

Otis

--- James Huang <[EMAIL PROTECTED]> wrote:

> Suppose I have a book index with field="publisher", field="title",
> etc.
> If a user has bought Manning books, then I like to sort the result
> with Manning books listed first.
>  
> In essence, I'm asking for a parameterized custom sorting. Is there a
> way to do this?
>  
> Thanks,
> -James
> 
> 
>               
> ---------------------------------
> Yahoo! for Good
>  Click here to donate to the Hurricane Katrina relief effort. 


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

Reply via email to