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: Oracle Contextual search engine

Re: Oracle Contextual search engine

From: hpuxrac <johnbhurley_at_sbcglobal.net>
Date: Tue, 18 Sep 2007 07:28:05 -0700
Message-ID: <1190125685.892994.97030@n39g2000hsh.googlegroups.com>


On Sep 18, 9:10 am, ly <suhailey..._at_yahoo.com> wrote:
> Hi,
>
> i need help to get the example of contextual search engine using
> oracle as a guidance for my project. Has anyone have develop
> contextual search engine?.....please help me!!

You can look at the oracle documentation for text searching and text indexing via http://tahiti.oracle.com

Jeffrey Hunter has some examples of using it http://www.idevelopment.info

You have the choice with oracle what kind of indexing you want to setup and whether you want to support context based searching or if you only want more simple text searches ( like soundex support for example ) etc.

Oracle's software slices and dices text strings into it's own table and index structure then let's one operate against that.

Examples you will see from the oracle doc. The algorithm's that oracle uses ... not so much. Received on Tue Sep 18 2007 - 09:28:05 CDT

Original text of this message

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