Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ConText and soundex

Re: ConText and soundex

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Fri, 30 Apr 1999 07:37:25 +0100
Message-ID: <925454480.24374.0.nnrp-04.9e984b29@news.demon.co.uk>


I' sure you've thought of this, but it is possible for

    soundex(column) = soundex('myword')

even though the context index gives no
return. e.g. (and I'm making up the soundex from memory here, not using the function).

soundex('beer lid') = soundex('ballad')

but the contexted soundex(beer) is separated from the context soundex(lid), so soundex(ballad) will not find either.

Having said that, I have just come across a terrific bug in 'sectioned' documents that causes an internal query strategy ($ in this case) to go wrong if the expansion gives more than one value. Fixed in 8.1

--

Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk Received on Fri Apr 30 1999 - 01:37:25 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US