The Isle of Wight Search was created in 2004, and was developed in 4 days flat. Visit the website at www.iowsearch.co.uk. The intention was to provide our early employees, a side project. This we achieved to a certain degree, until LanP3, our music jukebox took over that role. Since the original development, one or two developers have gone in and added a few hours here and there to enhance it slightly and or fix a reported bug or typo, but mainly it is how it always was. Here are some fast facts: Programming Language: C# (with ASP.NET) Platform: Microsoft .NET Database: SQL Server 2000 Database size: around 800MB Main Components
The Bot First we created an Assembly and created a Console Application to serve as a test application. The Assembly, for the bot was dubbed BIOW. BIOW stands for "Bot in other words" or as it has become known "Bot (for) Isle of Wight". Although BIOW, may not compete in functionality with GoogleBot, it does do much of what you would expect it to do. As an example, if you read the robots.txt questions here, you will find that we do the same activities. The process involves standard type activities. I do just want to add, that if we did this over a week or so more, I would have implemented the process into two distinct layers, get the data and process
The Database We use SQL Server 2000. Full Text Search is a part of the tools we use. We did not want to spend an enternity designing our own. The data is simple: Stores for Domain listings, stores for domain pages, and stores for page metadata and our own determinations. Data Management Using the database like this for Indexing and searching, makes the database a lot slower for users. Also corrupt, old or insignificant data can cause problems. The data management side of the search engine is no where near it should be but we do have the following direct functions.
The Website And this the final requirement, which as time was running out, we did a simple user interface, and a Banner ads section. About a year after it went up, we did go back and "play" with teh website a bit more. Conclusion