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
6392
July 22, 2004 03:56PM
Re: Oracle 8i to mySQL full text search issues.
3753
July 23, 2004 02:58PM
4055
July 23, 2004 03:27PM
3226
July 24, 2004 02:49AM
6459
July 24, 2004 05:00AM
16387
July 24, 2004 05:56AM
4955
July 26, 2004 09:56AM
3759
July 26, 2004 10:17AM
3410
July 26, 2004 10:37AM
4624
July 26, 2004 10:49AM
4118
July 26, 2004 11:55AM
3390
July 26, 2004 03:48PM
3382
July 26, 2004 04:08PM
3201
July 27, 2004 09:47AM
3757
July 28, 2004 10:13AM
3536
September 08, 2004 05:46AM
3952
September 08, 2004 05:46AM
3213
November 23, 2004 02:40AM
3962
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.