Quoting Ryan McKinley <[EMAIL PROTECTED]>:
In general, you need to be very careful when you change the schema
without reindexing. Many changes will break all search, some may be
just fine.
for example, if you change sint to slong anything already indexed as an
"sint" will be incompatible with the current settings.
This example, with changing from sint to slong, was just an example of
bad > design in my
opinion, not an example of what we need to do without reindexing.
Actually, as long as a reindexing doesn't take too long time I don't
have any problem with reindexing per say. But I would like it to
happen without having the search functionality disabled in the mean
time. I guess the MultiCore stuff is the option here.
Thanks for your input, Ryan.
/Jimi