At 03:23 PM 03/22/02 -0800, Michael A. Salone wrote:
>bug1 (See bug1.htm attached)
>I have attached an html file (bug1.htm) that we indexed, and when we do a
>search for 4d01-4108, this file comes up in the hit list. It has 4d01 and
>4108, but not 4d01-4108. Does anyone have any ideas on what we are doing
>wrong or if there is a legitimate bug?
That's because the dash is not a word character -- it's a space as far as
swish is concerned:
-w 4d01-4108 === -w 4d01 AND 4108
-w '"4d01-4108" will not find any results.
>bug2 (See bug2.htm attached)
>I have attached an html file (bug2.htm) that we indexed, and when we do a
>search for "Florida State" as a phrase, this file comes up in the hit list.
>We cannot find "Florida State" in the file. Any ideas on what we could be
>doing wrong?
Same thing. How are you running your command?
--
Bill Moseley
mailto:moseley@hank.org
Received on Sat Mar 23 00:19:36 2002