If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Modifying Fulltext Indexing

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-20-04, 19:25
DrSmartman DrSmartman is offline
Registered User
 
Join Date: Aug 2003
Location: Reston, VA
Posts: 59
Modifying Fulltext Indexing

Hello all,

quick question. mysql defaults to a 4 character limit on full text searches. some of the keywords in my application are 3 characters so i'm going to change the configuration file and restart. i know that for the changes to take effect, i have to recreate all of my fulltext indexes.

my question is...if i change the configuration and reboot, will the already indexed tables at four characters break? e.g. will they still work? will it break anything if i don't reindex some of my indexes?

thanks...i hope this makes sense. i'm in a large production environment with way too many indexes to recreate without missing something...i just want to make sure they'll work the "old" way.
Reply With Quote
  #2 (permalink)  
Old 12-22-04, 04:19
omiossec omiossec is offline
Registered User
 
Join Date: Jan 2003
Location: Paris, France
Posts: 320
If you do not rebuild index you will not be abble to use 3 characters word in your request but FT index will still work.
__________________
Olivier Miossec
--
http://www.lasso-developpeur.net/
--
Reply With Quote
  #3 (permalink)  
Old 12-22-04, 11:43
DrSmartman DrSmartman is offline
Registered User
 
Join Date: Aug 2003
Location: Reston, VA
Posts: 59
Thanks! I have nothing to test it out on and am on a production environment. Just wanted to make sure.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On