Jack L wrote:
Hello Chris,
I'm using version 1.1.
If I'm only using 1.1 features, should I still try 1.2 for other
improvements such as stability, error handling, etc.?
If you can upgrade, it is highly recommended. There are lots of little
annoying fixes included in 1.2 -- in addition to l
: However, the moment I add sort, I get an exception (listed at the
: bottom of this email.) Then I tried with "sort=score" and the
: exception still happens. I'm sure it's due to my ignorance because
: sort must be a well tested parameter. I wonder what I'm doing wrong?
: java.lang.ArrayIndexOut
Try sort=score desc
Looks like we need some better error checking and more friendly error messages.
-Yonik
On 6/13/07, Jack L <[EMAIL PROTECTED]> wrote:
I'm using DisMaxRequestHandler and my queries seem to work fine.
I intended to add an option to sort on a "date" type field.
However, the mom