This one time, at band camp, Albert Yu said:

AY>I am wondering if we can do "full text search" using Castor
AY>OQL like Oracle and Informix do in SQL. I Checked Castor OQL
AY>spec, I did not find something like "contains".
AY>
AY>If Castor OQL can do, how can I do?
AY>
AY>Here are two reference links for "full text search".
AY>
AY>Informix Excalibur
AY>(http://www-3.ibm.com/software/data/informix/blades/excalibu
AY>rtext/),
AY>
AY>Oracle interMedia Text
AY>(http://technet.oracle.com/products/intermedia/htdocs/text_t
AY>raining_816/Samples/imt_815_techover.html#intro)

Albert,

I'm familiar with Oracle's interMedia Text (formerly called ConText). This
functionality is entirely different than what Castor provides. Castor does
nothing to index all text entries. If you want to perform a text search,
the only way that you could do this is just like any other OQL query -
by stating individual fields you want searched in your query.

Bruce
-- 
perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to