RE: text records and cross referencing

2009-08-20 Thread Pol
posted  mailed

Gavin Towey wrote:

 Hi Pol,
 
 MySQL support FULLTEXT indexes, and natural language searches, including
 Boolean conditions.  This may help you; however, you will have to adjust
 the default behavior of the index, but changing server settings.  By
 default there is a minimum word length which you will have to adjust, and
 a list of stopwords (words to ignore.)  Both of these will prevent you
 from indexing each and every word, and even still words that show up in
 most or all records will be ignored (and I don't know if you can change
 that behavior.)   The alternative, is using unindexed lookups, which would
 be very slow for any non-trivial application.
 

Thank you for you references. 
I am not an expert, so i hope to find a smart interface to mysql to set up
the server. 
 
 
 In all honesty, if this really is a personal application, you may be
 better off using another, simpler method.

What are your suggestions?

Thank you

--Pol



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org



text records and cross referencing

2009-08-19 Thread Pol
Hi 

i am very new to mysql. I am playing around with it to test it as a
personal vocabulary and language expression manager.
Main field would be a passage from a text work, where each word is
searchable.
Any experience and reports about such use?

A further questions is about the possibility to make cross references, that
is 
1) highlighting all records that have been connected (by the user) to the
displayed record
2) switching from a record to another one, within the same database.

Thank you

---Pol


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org



to build a vocabulary

2007-03-27 Thread pol
Would you suggest mysql to build a vocabulary?
Any examples?

thank you 

Pol


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]