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: Intermedia search does not return matches to lead-off text

Re: Intermedia search does not return matches to lead-off text

From: <timkarnold_at_comcast.net>
Date: Tue, 23 Jul 2002 12:35:04 GMT
Message-ID: <Y3c%8.236498$iB1.12578893@bin4.nnrp.aus1.giganews.com>


So, you want interMedia to consider 'nikon001.dsc' a word? If so, I believe you'll need to add a preference so that '.' is a printjoin and I don't know if this is possible, but you can give it a try.

Tim

"Mike J" <mjjwestford_at_hotmail.com> wrote in message news:ujoeudnn1qmt16_at_corp.supernews.com...
> Hello,
>
> I believe I am having a somewhat unique problem that has not been resolved
> by dropping and recreating the context index. I am running two sets of
> tablespaces with a context index on each. Dropping and recreating the
index
> on one tablespace solved this problem, but has not fixed the problem on
the
> other.
>
> All assets where I happen to full-text query on the lead-off text have to
be
> queried with a % in front of the name. As in the example below where the
> lead-off text is 'nikon001.dsc' the only way to successfully return a
match
> is by querying on '%nikon001.dsc'. I have been able to determine that this
> is the case for every search where the string I am looking for is the
> lead-off value of the TEXT column (datatype LONG) in the UOI_TEXT table.
>
> The text column in uoi_text for this asset is:
> nikon001.dsc OTHER 1021653525818-2
>
> Here the search succeeds:
> SQL> select uoi_id from uois where CONTAINS(CONTENT_STATE,
'%nikon001.dsc',
> 8) > 0;
> UOI_ID
> ----------------------------------------
> 8ccd02e448bd0d7bea0
> ebefbee69fe4b538b5dfc
>
> Fails without the % in front:
> SQL> select uoi_id from uois where CONTAINS(CONTENT_STATE, 'nikon001.dsc',
> 8) > 0;
> no rows selected
>
> Any ideas? Or has anyone else experienced this problem?
>
> Mike Johnson
>
>
>
>
>
>
Received on Tue Jul 23 2002 - 07:35:04 CDT

Original text of this message

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