Voted Best Answer
Feb 19, 2013 - 04:28 AM
Search Engine elements include input from a user, a listing of websites, and a method to provide results based on input from the listing. So to build a search engine from scratch, you will need a user interface webpage to collect the search input (that will be the easy part); you will need to populate listings of websites (google uses crawler servers to search the web and create the listing); finally you'll need to code a search method to connect the two.
This could be very coding intensive if you start from scratch and can be coded in several different languages. If you are truly wanting to just make a proof of concept for a search method, then you can skip the biggest element, populating a listing, and just hard create a listing for demonstration puproses.
This could be very coding intensive if you start from scratch and can be coded in several different languages. If you are truly wanting to just make a proof of concept for a search method, then you can skip the biggest element, populating a listing, and just hard create a listing for demonstration puproses.
Add New Comment