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
6528
July 22, 2004 03:56PM
Re: Oracle 8i to mySQL full text search issues.
3820
July 23, 2004 02:58PM
4174
July 23, 2004 03:27PM
3298
July 24, 2004 02:49AM
6554
July 24, 2004 05:00AM
16513
July 24, 2004 05:56AM
5058
July 26, 2004 09:56AM
3847
July 26, 2004 10:17AM
3480
July 26, 2004 10:37AM
4696
July 26, 2004 10:49AM
4204
July 26, 2004 11:55AM
3468
July 26, 2004 03:48PM
3453
July 26, 2004 04:08PM
3267
July 27, 2004 09:47AM
3833
July 28, 2004 10:13AM
3612
September 08, 2004 05:46AM
4039
September 08, 2004 05:46AM
3292
November 23, 2004 02:40AM
4155
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.