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
6723
July 22, 2004 03:56PM
Re: Oracle 8i to mySQL full text search issues.
3927
July 23, 2004 02:58PM
4271
July 23, 2004 03:27PM
3394
July 24, 2004 02:49AM
6672
July 24, 2004 05:00AM
16630
July 24, 2004 05:56AM
5165
July 26, 2004 09:56AM
3946
July 26, 2004 10:17AM
3595
July 26, 2004 10:37AM
4805
July 26, 2004 10:49AM
4332
July 26, 2004 11:55AM
3547
July 26, 2004 03:48PM
3548
July 26, 2004 04:08PM
3374
July 27, 2004 09:47AM
3949
July 28, 2004 10:13AM
3702
September 08, 2004 05:46AM
4159
September 08, 2004 05:46AM
3398
November 23, 2004 02:40AM
4275
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.