At 09:01 AM 04/25/01 -0700, David Wood wrote:
>Running SWISH-E 2.1-dev-20 with:
>
>./swish-e -w "brio*" -f destination.index spider.index -s swishtitle
Hi David,
Looks like a bug.
BTW, use the -x feature to help printing:
This is what I'm doing to find the ones that are out of order:
swish-e -w bla -f index1 index2 -s swishtitle -x '%t\n' -H 0 \
| perl -ne '$_=lc; print "\n$last$_" if $last && $last gt $_; $last = $_'
I tried to make some test cases where it failed, but didn't have any luck.
It does seem to be related to searching two indexes, as I can't make it
happen with only one index.
Jose is familiar with the sorting and merging code, so I hope he's around.
Bill Moseley
mailto:moseley@hank.org
Received on Wed Apr 25 21:44:59 2001