Hi!
I'm looking for some tips on search engine design.
Here is what I have done until now:
A script which kills all the html tags etc. of my sites ands writes it to a MySql table with the fields "content" and "URL".
Then I'm searching the table with the MySql rlike statement (select * from keywords where content rlike="test|test2".
What can I do to improve it? Can you give me tips? Are there any good articles on search engine design in general in the web?
Bye
Chris
I'm looking for some tips on search engine design.
Here is what I have done until now:
A script which kills all the html tags etc. of my sites ands writes it to a MySql table with the fields "content" and "URL".
Then I'm searching the table with the MySql rlike statement (select * from keywords where content rlike="test|test2".
What can I do to improve it? Can you give me tips? Are there any good articles on search engine design in general in the web?
Bye
Chris