Re: Oracle 8i to mySQL full text search issues.
'... and add that document to its library....'
Do you mean that it will retrieve the text of the document and store it in a column in the database?
You can create fulltext indexes on single or multiple columns in a MySQL table. The columns would need to be a text type - i.e. text, mediumtext or longtext. Blob wouldn't work 'cos it's a binary type.There could be a way of getting the text from a URL into the column with PHP for example - or maybe with some other middle-tier language.
--
Nick Roper
Subject
Views
Written By
Posted
6912
July 22, 2004 03:56PM
Re: Oracle 8i to mySQL full text search issues.
4006
July 23, 2004 02:58PM
4340
July 23, 2004 03:27PM
3453
July 24, 2004 02:49AM
6766
July 24, 2004 05:00AM
16698
July 24, 2004 05:56AM
5235
July 26, 2004 09:56AM
4048
July 26, 2004 10:17AM
3657
July 26, 2004 10:37AM
4882
July 26, 2004 10:49AM
4405
July 26, 2004 11:55AM
3612
July 26, 2004 03:48PM
3600
July 26, 2004 04:08PM
3444
July 27, 2004 09:47AM
4025
July 28, 2004 10:13AM
3770
September 08, 2004 05:46AM
4231
September 08, 2004 05:46AM
3468
November 23, 2004 02:40AM
4367
November 25, 2004 04:30AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.