Doubt regarding search engine/plugin(One present on the website itself)
Posted
by
Ravi Gupta
on Programmers
See other posts from Programmers
or by Ravi Gupta
Published on 2011-11-21T07:40:14Z
Indexed on
2011/11/21
10:19 UTC
Read the original article
Hit count: 289
I am new to web development and trying to study various types of websites as case study. Right now my focus is on how search engines works for an eCommerce website.
I know basic functioning for a search engine, i.e. crawl web pages, index them and the display the results using those indexes.
But I got little confuse in case of an eCommerce website. Don't you think that it would be better if a search engine instead of crawling the web pages containing products, it should directly crawl the database and index the products stored in the database? And when a user search for any product, it will simply give us the rows of the table which matches the user query?
If this is not the case, can someone please explain how the usual method works on eCommerce website?
© Programmers or respective owner