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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: "google search" using Oracle Text

RE: "google search" using Oracle Text

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Mon, 19 Apr 2004 13:11:30 +0100
Message-ID: <CFECD6EA683C524BB5FD22C0F1F34ACB011F376A@bristol43.audit-commission.gov.uk>


Try looking into the about operator but you might beware of how many hits i= t might return

NIALL 19-APR-2004 13:08_at_nl9204>;
  1* select * from test_text
NIALL 19-APR-2004 13:08_at_nl9204>/

        ID TEXT_DATA                                                       =

=20
---------- -------------------------------------------------- =
=20
1 RAC Concepts and Administration =
=20
2 RAC beginners guide =
=20
3 Ultra Search Docs =
=20
4 Ultra Search Concepts =
=20

4 rows selected.

NIALL 19-APR-2004 13:08_at_nl9204> select id,text_data   2 from test_text
  3* where contains(text_data,'about(Rac Concepts)') > 0

        ID TEXT_DATA                                                       =

=20
---------- -------------------------------------------------- =
=20
4 Ultra Search Concepts =
=20
2 RAC beginners guide =
=20
1 RAC Concepts and Administration =
=20

3 rows selected.

NIALL 19-APR-2004 13:09_at_nl9204>spoo off



This email contains information intended for the addressee only. It may be confidential and may be the subject of legal and/or
professional privilege. Any dissemination, distribution, copyright or use of this
communication without prior permission of the sender is strictly prohibited.


Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Mon Apr 19 2004 - 07:07:59 CDT

Original text of this message

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