On Dec 01, Flappy wrote:
> I suspect this should be considered a bug...
>
> If one specifies...
>
> swish-e -f one.index two.index three.index -w myword
>
> and if one.index is an empty index,
>
> swish-e never searches two.index or three.index.
This is pretty easy to fix. In search.c, you want to replace the exit(0)
after the line that prints the "err: the index file is empty" message with:
indexlist = indexlist->next;
continue;
You might also want to remove the period-on-a-line it prints in that
error message if you're using that in parsing the swish output at all.
Jim
Received on Mon Dec 1 17:52:23 1997