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:
|
|
|
|
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
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 10/12/2005(UTC) Posts: 141 Location: Brooklyn,NY
|
Fx learning,
Try under "Roys arena ".
|
|
|
|
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
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 3/19/2005(UTC) Posts: 2,995
Was thanked: 14 time(s) in 10 post(s)
|
|
|
|
|
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
|
|
|
|
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!
|
|
|
|
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
|
|
|
|
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.