Search Engine

  • Thread starter Thread starter Nirosh
  • Start date Start date
N

Nirosh

Hi All,

I want to write a Search Engine (Full text) for a content repository that
has content in XML | HTML format.

My plan is to use SQL full text seach, how is the perfomance here, if I have
1000 book, each have 10 MB of text data?

I need my search responce to send 10 replies at a time, what is the best way
to do this?

I need my search engine to send a small text portion that mactch with the
search query with my search responce, how I can do this?

Thanks,
Nirosh.
 
It is up to you again.

If your'e looking for options like stemming, content weightage etc.,
then sql fulltext will not help you. you've to define your program in such a
way to do those things.

But, if you want to've a search engine simply, which does exact search for
the
inputted key pharse then, using fulltext is the right choice

Vadivel Kumar
http://blogs.wdevs.com/varahe
 
Back
Top