The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Fulltext boolean search v.2.2 for vB Details »» | |||||||||||||||||||||||||
Hello all!
Moving here from beta forum https://vborg.vbsupport.ru/showthread.php?t=62218 This hack makes nearly same for vB3 as [vB 2.2.x] - Mysql 4 Search hack https://vborg.vbsupport.ru/showthread.php?t=51716 for vB2 You will need MySQL server v4.0.1 or better (but sometimes it may work on 3.23.xx). After installing you will be able to search with empty native vB index (word and postindex tables) and using modifiers. Allowed modifiers + are ,-, * and " All modifiers except * should be used only once for one word (in the beginning and without space). * it should be used at the end of a word. For example: windows unix -> will find messages containing at least one these words. +windows +unix -> will find messages with both this words. windows* -> will find "windows", "windowss", "windowssauce" or "windowst". *indows will NOT find "windows" "some words" -> will find "some words of wisdom", but will not find "some extra words". Search phrase length limitations replaced with results number limitation. Value of old "Search Index Maximum Word Length" used to limit number of posts in the result returned by fulltext search (control panel/Message Searching Options) Supposed that it must run faster then native vB search History: v.2.2 [5 Apr 2004] - search words relevance (when sort by relevance) added at last but little different then native vB (it may not work when searching with * modifiers) - attempt to fix incompatibility with other hacks =to upgrade replace code block #5 in search.php with latest one v.2.1 [4 Apr 2004] - Excluding from search forums with "Index New Posts in Search Engine" option set to "No" v.2.0 [30 Mar 2004] -"Similar Threads" now must start working (to move from 1.x to 2 just change one more script - functions_search.php) v.1.9 [29 Mar 2004] -checking if $query string is not empty before running fill text sql v.1.8 [20 Mar 2004] - line numbers and higlight code changed for VB3 Gold - more tests and error explanations v.1.7 [9 Mar 2004] - MySQL error for administrators bug fixed checking is $not_forumid string exixts before adding it to query v.1.6 [9 Mar 2004] - national letters bug fixed preg_replace("~[^\w\"\-+\* ]~i", "", $query); was replaced by preg_replace("~[^\w\xC0-\xFF\"\-+\* ]~i", "", $query); v.1.5 [8 Mar 2004] - TABLE_PREFIX bug fixed - slightly optimised SQL requests v.1.4 [8 Mar 2004] - delete_post_index function turned off - more tests and error explanations v.1.3 [7 Mar 2004] - less code because of using native vB $postQueryLogic and $threadQueryLogic conditions - more tests and error explanations v.1.2 [7 Mar 2004] - boolean mode can be turned off in AdminCP ("Allow Search Wild Cards" setting) - "titles only" search fixed - limiting number of matches retunned by fulltext search AFTER applying search conditions v.1.1 [7 Mar 2004] - HighLight support added Show Your Support
|
Comments |
#42
|
||||
|
||||
yes... if it take more then 30-40 minutes, it is better to drop fulltext index, do flush, repair table, optimise table and after it try to create index again.
PS on one my friend's forum with ~1.6mln posts it took 28 minutes to create index |
#43
|
|||
|
|||
Took me 9 hours and 30 minutes to index.
Now I can't post or delete threads |
#44
|
|||
|
|||
Btw, was reindexing through a mysql shell prompt not vbulletin.
|
#45
|
||||
|
||||
then what error message you have when you "can't post or delete threads"?
and i still think that 9 hours is not normal... and still recommend to try again ALTER TABLE post DROP INDEX pagetext after it ALTER TABLE post DROP INDEX title after it FLUSH TABLE post after it REPAIR TABLE post after it ALTER TABLE post ADD FULLTEXT (title) after it ALTER TABLE post ADD FULLTEXT (pagetext) and after it OPTIMIZE TABLE post Nearly sure that it must take less then hour summary |
#46
|
|||
|
|||
Running a dedicated server only hosting the forum, P4 2.4ghz 1.5 gigs RAM, 1.3 million posts.
Right now I'm getting ready to revert back to my backed up database. Takes forever to try and drop indexes, and/or repair table. |
#47
|
||||
|
||||
hmm question whats in this hack that makes getting unanswered posts impossible
ie this hack should be simple but each time it returns 0 results https://vborg.vbsupport.ru/showthrea...095#post491095 |
#48
|
|||
|
|||
Quote:
rikman |
#49
|
||||
|
||||
Any other large forums tried this yet?
|
#50
|
||||
|
||||
Quote:
has it installed i helped with the installation of it and we've not had any problems with it but there is one sacrifice which is similar threads they don't seem to work with this hack |
#51
|
||||
|
||||
The "Unanswered Threads" hack doesn't work with it, either, I am told.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|