Search Engine interMedia Text [message #134529] |
Thu, 25 August 2005 07:47 |
kumarvision25
Messages: 19 Registered: August 2005 Location: a
|
Junior Member |
|
|
Hi All,
Can we use Oracle9i(Oracle Text formerly known as interMedia Text) as an search engine.
Because we are giving (CTX_DDL & CTXAPP) role to the particular schema, in that schema we are enabling the preference object
like multicolumndatastore and creating index and retreiving the result through select query.
Tell me whether it is correct or not.
Let me know any comments on the above statement, so that i will implement in my project.
thanks
shashi
|
|
|
Re: Search Engine interMedia Text [message #136347 is a reply to message #134529] |
Wed, 07 September 2005 12:12 |
rhardman
Messages: 25 Registered: April 2005
|
Junior Member |
|
|
Yep - you can search your db this way.
You mentioned 'search engine' in your post. To be clear, Text is not a crawler. You specify the datasource that you want to index, and do so. Your search page would include a query that uses CONTAINS.
If you need a crawler, look at Oracle Ultra Search (included with the db as well). It uses Oracle Text under the covers.
-Ron
|
|
|