Hi all,

I’m looking to develop a search engine on HTML pages.

Let me put it in this way. I have a set HTML pages with lots of details. Say just like a documentation. What I want to do is, if I enter one or more words that my engine should able to display links to all the HTML pages that contains above words.

Let consider an example. I enter the parse “A Test Engine” and the search result should be containing about “Test”, “Engine” and “Test Engine”. No need to worry about “a, and, an, the, etc:” Those are useless.

So guys, how can I start to work on it.