Hi All,
is there a clever way to access the full-text index...
I want to know what the the words that has been indexed...
Many thanks :)
Regards,
HK
Leandro Guimarães Faria Corcete DUTRA wrote:
On Wed, 08 Nov 2006 18:51:20 -0800, Rares Vernica wrote:
Is it possible to access the Full-Text Index structures from SQL?
What do you mean exactly? SQL is not intended for physical structures.
I started writing a little
sql.com
Sent: Tuesday, November 14, 2006 1:09:31 AM GMT-0500 US/Eastern
Subject: Re: access full-text index
I think the full-text index is an inverted index structure. So, it has
all the words from the fields it indexes. For each word it has a list of
record ID which have that word.
What I am inte
I think the full-text index is an inverted index structure. So, it has
all the words from the fields it indexes. For each word it has a list of
record ID which have that word.
What I am interested to get is this inverted index structure. I imagine
it can be represented as 1-2 table(s). Can I d
ject: Re: access full-text index
On Wed, 08 Nov 2006 18:51:20 -0800, Rares Vernica wrote:
> Is it possible to access the Full-Text Index structures from SQL?
What do you mean exactly? SQL is not intended for physical structures.
--
Leandro Guimarães Faria Corcete DUTRA+55
On Wed, 08 Nov 2006 18:51:20 -0800, Rares Vernica wrote:
> Is it possible to access the Full-Text Index structures from SQL?
What do you mean exactly? SQL is not intended for physical structures.
--
Leandro Guimarães Faria Corcete DUTRA+55 (11) 5685 2219
http://br.geocities.com
Hi,
Is it possible to access the Full-Text Index structures from SQL?
Thanks a lot,
Ray
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]