Search Engine

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.
 
V

Vadivel Kumar

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top