Re: another issue with Solaris

From sjboddie
DateWed, 23 Jan 2002 09:55:02 +1300
Subject Re: another issue with Solaris
In-Reply-To (4-3-2-7-2-20020122145911-00af65e0-mail-wrlc-org)
Hmmm, not sure why this should work on one platform and not another. If
I get a chance I'll look into it.

Post-processing is done internally by the library cgi. Start by looking
at the post_process() function in src/colservr/mgqueryfilter.cpp.

regards,
Stefan.

Don Gourley wrote:
>
> Speaking of things not working on Solaris...
>
> I notice that phrase searching (searching for a word phrase in
> quotes) works fine on my Linux pre-built binary installation,
> but not on my home-built Solaris 2.8 installation. On Solaris
> I always get:
>
> post-processed to find "my word phrase"
> No documents matched the query.
>
> even when there are plenty of occurrences of that phrase. I see
> this behavior with both 2.36 and 2.37 on Solaris.
>
> Is this a known issue? Is there an obvious place I should be
> looking? What program does the post-processing and is there
> any way I can try it outside of the library CGI?
>
> Thanks,
> -Don