MySQL Forums
Forum List  »  Full-Text Search

Re: Query the Index?
Posted by: Erik Rooijmans
Date: October 25, 2010 02:08AM

Hi Rick,

I'm sorry but I don't fully understand what you are saying.
Let say I have the following table:

id (autoincrement), article (mediumtext).

I create a full text index on the article column.
This index will take multiple words(since the article text contains a lot of text) from 1 row of the table.

using myisam_ftdump I can actually see the indexed words that.
So I'm looking for a possiblity to search through all indexed words.

If this is not possible directly then the solution might even be running a scheduled task dumping the index to a txt file and then import that into a seperate table, using the seperate table for the autocomplete.

Please advice,

Options: ReplyQuote


Subject
Views
Written By
Posted
5274
October 20, 2010 07:40AM
2006
October 21, 2010 09:07AM
Re: Query the Index?
2323
October 25, 2010 02:08AM
1978
October 28, 2010 08:04AM
2081
November 01, 2010 06:37AM


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.