RE: Query Response Doc Score -> Int Value

2008-11-18 Thread Nguyen, Joe
Query Response Doc Score -> Int Value Better yet, does anyone know where the method that writes the score lives? For instance, a getScore() method that writes the score out that I could override and truncate? Thanks! -Derek On Mon, Nov 17, 2008 at 9:59 PM, Derek Springer <[EMAIL PROTEC

Re: Query Response Doc Score -> Int Value

2008-11-18 Thread Derek Springer
Better yet, does anyone know where the method that writes the score lives? For instance, a getScore() method that writes the score out that I could override and truncate? Thanks! -Derek On Mon, Nov 17, 2008 at 9:59 PM, Derek Springer <[EMAIL PROTECTED]> wrote: > Thanks for the heads up. Can anyo

Re: Query Response Doc Score -> Int Value

2008-11-17 Thread Derek Springer
Thanks for the heads up. Can anyone point me to (or provide me with) an example of writing a function query? -Derek On Mon, Nov 17, 2008 at 8:17 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > A function query is the likely candidate - no such quantization > function exists, but it would be relati

Re: Query Response Doc Score -> Int Value

2008-11-17 Thread Yonik Seeley
A function query is the likely candidate - no such quantization function exists, but it would be relatively easy to write one. -Yonik On Mon, Nov 17, 2008 at 8:17 PM, Derek Springer <[EMAIL PROTECTED]> wrote: > Hello, > I am currently performing a query to a Solr index I've set up and I'm trying

Query Response Doc Score -> Int Value

2008-11-17 Thread Derek Springer
Hello, I am currently performing a query to a Solr index I've set up and I'm trying to 1) sort on the score and 2) sort on the date_created (a custom field I've added). The sort command looks like: sort=score+desc,created_date+desc. The gist of it is that I will 1) first return the most relevant r