The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#151
|
|||
|
|||
Well if it's crashing the server it's not :<
Quote:
|
#152
|
|||
|
|||
Quote:
If you enter a space it thows it away and does the standard search if you enter a single character it just says there are no such matches. If you have a longer string it only finds occurences that match not all all of them |
#153
|
|||
|
|||
We're rolling out our sphinx search when we upgrade our site to 3.6.2 on thursday. I'm hopeful that it will live up to my testing, but I am a tad worried that the "find posts by user" searches will be a bit pokey. I'm don't think it warrants a lot of concern given how often that particular type of search is actually done though..
Orban, have you been working on any other surprises lately? |
#154
|
|||
|
|||
You mean "find posts by user" without key words yeah?
No, haven't had a lot time lately. ;( |
#155
|
|||
|
|||
Quote:
Overall we have been using sphinx search now for nearly a week and it seems to work very nicely, the DELTA file is generated every 5 mintes with the full file being rebuilt each night in the early hours of the morning. Our vB main data file is around 4Gb in size (Threads: 467,561, Posts: 11,271,241, Members: 173,321). We have disabled the "Find Threads STARTED by user" option for non admin users from the search options as a temporary measure - I'm not sure anyone used it in anycase. Obviously in an ideal world it would be nice if this was searchable but it isn't a deal breaker. |
#156
|
|||
|
|||
AlanJay, what's your MySQL version? I remember dealing with a bug in MySQL 4.0.x when "find threads started by user" query didn't use the proper indexes. Repairing the thread and post tables fixed that, but after some time the problem crept back in.
Update: found the same bug in the bookmarks, it appears not only 4.0.x are affected: http://www.vbulletin.com/forum/bugs....iew&bugid=4159 Looks like an intermittent index loss or corruption. Also, FYI sphinx-0.9.7-rc1 has been released. Another update: forgot to say that the crash bug has been fixed in RC1. |
#157
|
|||
|
|||
Quote:
Though I suppose the real goal is to remove this from the standard vB search and put it into a search done by sphinx (if possible) as with tables as big as ours I can understand why the results might take a little time to be returned. Quote:
Quote:
|
#158
|
|||
|
|||
Yeah, I just saw 0.9.7-RC1 got released.
I think I will wait for one more release candidate or even for the final version, because I'm sure there'll be bugs. Once it's release I'll create a new how-to. It will probably not just be a simple rebuild of indices, yeah. |
#159
|
|||
|
|||
Quote:
Quote:
By the way did you have a sugestion as to where was the best place to do the arraywalk in your sphinx.php code? Can it be implemented in the lines like? ie something like $cl->SetGroups2 ( array_walk($sphinx_groups2, "intvalArray") ); Obvioulsy with the function elsewhere in the code. function intvalArray(&$item, $key) { $item = intval($item); } When I try I get another error: Invalid argument supplied for foreach() in Sphinxapi.php in the places that the int_val check takes place. |
#160
|
|||
|
|||
Well, as the creator of the multi group column support for 0.9.5 I can honestly say that it was a terrible copy/paste hack. 0.9.7 has them implemented properly, and the resulting index takes much less space which is always good from the I/O standpoint.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|