Quote:
Well, I need to bypass/change these settings. What do I need to do in order to accomplish that? (Thanks, by the way...) :) |
Aha! Okay, I figured out how to change/bypass the MySQL settings for Minimum Word Length and the Stopword lists.
If anyone else is interested, here's what you have to do: NOTE: The following instructions are applicable for MySQL 4.0.18. I believe they are valid for 4.0.3 and above. 1. In your MySQL option file ("C:\Windows\My.ini", for example), under the central group category ( "[mysqld]", for example), add the following two items: Code:
The first item sets the minimum word length to be indexed. In my example, I have it set to 2 characters. The second item bypasses the MySQL Stopword list - which covers common words like "from", "and", etc... Alternately, you can always edit the Stopword file directly. To do this, you need to find out what the default file/location is for your particular install (based on version, Platform, how it was installed, etc...) Use and/or edit either of these two options to suit your needs. 2. After you have made the above changes, restart MySQL. (or, alternately, the entire server). 3. From your AdminCP, execute the following Queries: REPAIR TABLE post QUICK REPAIR TABLE thread QUICK If you use Table Prefixes, edit "post" and "thread" accordingly. After that, you should be done! |
I did this, and cleared the search index, but it's still showing:
Index Usage 50.31 MB in the AdminCP stats. Should that be zero? |
Quote:
Also, like you say, it's really the returning the results as threads that's the site killer for large forums even with optimization and fulltext. Returning results as posts is not an issue with the right search code. |
Quote:
One of the Devs might be able to chime in to say whether I'm way off the mark or not... :) |
Quote:
|
With Full Text on, go to a thread (any thread), use the Search This Thread option and search for something that appears in the current thread.
When I did this, I also got results from other threads. |
Which PHP form do I look for Zach?
Q7. How to I turn on debug mode? A7. Find PHP Code: // Prefix that all vBulletin cookies will have // For example $cookieprefix = 'bb'; add under PHP Code: // Enable / Disable Debug mode // 1 on. 0 off. $debug = '1'; |
Quote:
It's true that that very important piece of information is missing from the post in question. :) But to answer it for you, it's includes/config.php. :) |
Im confused....
|
All times are GMT. The time now is 05:49 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|