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

Home -> Community -> Usenet -> c.d.o.misc -> help about contains and score

help about contains and score

From: Tof <tof42_at_wanadoo.fr>
Date: Mon, 14 Oct 2002 19:41:16 +0200
Message-ID: <aoevjs$dbg$1@news-reader11.wanadoo.fr>


hi
I am using ctx_thes for text search into my table. i'm using these relation

a

    b

        c
        d

using

select SCORE(1),word from my_thes where contains(word,'BT(a),4',1) > 0; syntax may be false...

select return something like

    10 a
    10 b
    10 c
    10 d

then score works well , but i would like to use my thesaurus relations in a better way and so, i'd like score() to use the thesaurus level of my relations...

i would like to have somehin like

     50 a
    30 b
    10 c
    10 d

"near" seams to approach this result but i don't know how to use it keeping BT ... Received on Mon Oct 14 2002 - 12:41:16 CDT

Original text of this message

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