logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Patrick  
#1 Posted : Thursday, December 1, 2005 7:02:17 PM(UTC)
Patrick

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/8/2004(UTC)
Posts: 2,266

Was thanked: 1 time(s) in 1 post(s)
Alright I have taken some new steps/came up with a new idea. I will create a scheduled job on the database to run evey night which will clean up the search tables without rendering them useless. Here is the script ( I'm using MS SQL), I know there are plenty of Systems Admin and such on the forum, don't be shy if you have a suggestion ;) I will set this up as a stored procedure and schedule it to run at night every day around midnight. [code:1:f929ee47ba] DELETE FROM search_wordmatch WHERE word_id in ( Select Distinct word_id FROM search_wordlist WHERE ( word_text like '____' or word_text like '___' or word_text like '__' or word_text like '_' or word_common = 1 ) ) [/code:1:f929ee47ba] What this will do is remove any common word or any word that are less than 4 characters from the search wordmatch table. I will rebuild the search tables slowly in the next few days, but starting, let's say next monday, check out the search function and let me know if you see improvements on both the search function and the speed of the forum. Patrick :mrgreen:
FXLearning  
#2 Posted : Monday, January 9, 2006 10:17:01 PM(UTC)
FXLearning

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 1/1/2006(UTC)
Posts: 39

Patrick wrote:
Alright I have taken some new steps/came up with a new idea. What this will do is remove any common word or any word that are less than 4 characters from the search wordmatch table. I will rebuild the search tables slowly in the next few days, but starting, let's say next monday, check out the search function and let me know if you see improvements on both the search function and the speed of the forum. Patrick :mrgreen:
Patrick, I am having some problems with the search engine. I know I saw some posts that were related to a float indicator and to the QB indicator or BQ indicator (related to the Q-indicator and the B-indicator. However, when I do a search on them, I cannot find the posts where this information is located. :oops: Regards, FXLearning
sportrider  
#3 Posted : Tuesday, January 10, 2006 12:36:23 AM(UTC)
sportrider

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/12/2005(UTC)
Posts: 141
Location: Brooklyn,NY

Fx learning, Try under "Roys arena ".
FXLearning  
#4 Posted : Tuesday, January 10, 2006 8:10:32 AM(UTC)
FXLearning

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 1/1/2006(UTC)
Posts: 39

Sportrider, Thanks. I looked around, but I could not find it. Regards, FXLearning
StorkBite  
#5 Posted : Tuesday, January 10, 2006 8:26:16 PM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
Better late than never... FX, I know you found the link, but for future reference to those yet to read this thread, the link is here: http://forum.equis.com/viewtopic.php?t=3111
FXLearning  
#6 Posted : Tuesday, January 10, 2006 9:23:03 PM(UTC)
FXLearning

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 1/1/2006(UTC)
Posts: 39

g_stockman wrote:
Better late than never... FX, I know you found the link, but for future reference to those yet to read this thread, the link is here: http://forum.equis.com/viewtopic.php?t=3111. The link you provided is for the Q-indicator and the B-indicator. I have posted in the link you provided before. The BQ indicator is an unfinished one page discussion which I found during the weekend; however, the search enging has a problem, and I was unable to find it again. Regards, FXLearning
StorkBite  
#7 Posted : Tuesday, January 10, 2006 10:35:20 PM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
:oops: Somehow, I knew that was too easy. Sorry. Try this link: http://forum.equis.com/viewtopic.php?t=1849ely, the search index is looking for character sequences of at least 4 characters. So, BQ or B-Q won't do it. 'B-Q Indicator' won't do it either cause the space doesn't count. I found out the B-Q* won't do it either... probably for the same reason... it is followed by a space. Anyway, I do remember talking about B-Q previously and know that Roy, Wabbit and Jose are familiar with the topic. While we may not find your exact thread again, you can always ask a new question. Wabbit doesn't bite!
FXLearning  
#8 Posted : Wednesday, January 11, 2006 12:43:32 PM(UTC)
FXLearning

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 1/1/2006(UTC)
Posts: 39

Stockman, This is the thread I was looking for. =D> Thank you. How did you ever manage to find it? Regards, FXLearning
StorkBite  
#9 Posted : Wednesday, January 11, 2006 3:36:16 PM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
Quote:
How did you ever manage to find it?
Just remembering the conversations. I try to follow all of the threads. Err... lucky.
Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.