VERTIC (Vertical Search Engine)
#1

Presented By
S. Shireesha
P. Padma
P.Rajendra Prasad

[attachment=12266]
VERTIC (Vertical Search Engine)
• A vertical search engine, as distinct from a general Web search engine, focuses on a specific segment of online content. The vertical content area may be based on topicality, media type, or genre of content.
• Vertical search engines are also known by the term ‘Vortals’.
• I have chosen the name ‘Vertic’ for my vertical search engine.
EXISTING SYSTEM
• There are many search engines in the market which offers wide range of searching services like Google,Yahoo,Bing and many more. These search engines are known as ‘Generic search engines’, as they have a wider scope of searching and they search the whole world wide web for a given keyword. This approach often results in undesired results.
Disadvantages of Existing System
• Regardless of the growing sophistication, many well thought-out search phrases produce list after list of irrelevant web pages. The typical search still requires sifting through dirt to find the gems.
• Even the most powerful search engines on the web gives ‘irrelevant search results’.
• Using search engines does involve a learning curve. Many beginning Internet users, because of these disadvantages, become discouraged and frustrated.
Proposed System
• ‘VERTIC’ is the name of the proposed vertical search engine which is a web application designed for performing vertical search.
• Vertical Search Engines (Vortals) does a more ‘focused search’ in only predefined domains (specific segment of online content ) provided to it during the development phase.
• These Search engines use a ‘focused crawler’, instead of ‘web-crawler’ used in generic search engines
• The Scope of Search of these search engines is very limited and do not search whole world wide web. Hence they produce results with more accuracy and efficiency.
Advantages of Proposed System
Vertical search offers several potential benefits over general search engines:
• Greater precision due to limited scope.
• Leverage domain knowledge including taxonomies and ontologies.
• Support specific unique user tasks.
• Produces accurate results by filtering undesired results.
Scope
• The scope of my mini-project is to develop a vertical search engine, which gives the most accurate results to its users by filtering the undesired results.
• Vertical searches only from the predefined domains provided to it and cannot search anything which is not included in these domains.
• Vertic is different from other vertical search engines in the market as it includes an additional feature called ‘custom search’, which helps the user to obtain more detailed search results.
Software Specifications
Developer Side :
• Operating System - Windows XP
• Application Serve - IIS 5.1
• Database - SQL Server 2005
• Programming Language - C#
• Development IDE - Visual Studio 2008
• Processor - Intel p4 or equivalent
• RAM - 512 MB
• Disk Space -1 GB
Client Side :
• Operating System - Any
• Web Browser - Any
• Processor - Intel p4 or equivalent
• RAM - 512 MB
• Disk Space - 1GB
• Software Specifications
Server Side :
• Operating System - Server 2003
• Application Server - IIS 5.1
• Dbms - SQL Server 2005
• Processor - Server Environment Capable Hardware
• RAM - 1GB
• Disk Space - As per the size of the required Database
High Level Design
1.User Module:
• The End User is provided with a Home page where he is given a Search field to enter the “query” or “keyword” that he want to look up for in the internet. The Search Field is accompanied with a check-box and two buttons.The two buttons namely “Search” and “Advance Search”.
2.Normal Search:
• After entering the query into the search field, if the user hits the Search button, then Vertic (Search engine) will return relevant results on that query only from the domain he/she picked up in the Domain check-box.
3.Advanced Search:
• When the user chooses to perform advance search in the required domain, he can use this option. After selecting the domain, when user hits the Advanced Search button, he/she is redirected to a page which consists of a form asking more details and specification of what user wants to search for in the internet.
4.Search Engine:
• Vertic is a search engine developed to search the queries given by the user in the internet. In this technique, the irrelevant results are totally eliminated and the user can perform a more detailed search in the internet and filter results by him to an other level.
• Detailed Design
1.User Module
FUNCTIONPage_Load(object sender,EventArgs e)
• Parameters
• Return Values
• Description
• Calling Function
• Functions called by this function
• object Sender, Event e
• void
• When an event is fired it will send a reference of the object that the event is fired from in the sender parameter and any additional information in the e parameter. e is usually of type EventArgs which does not provide usefull information.
• Page_Load(object sender, EventArgs e)
• None
2.Normal Search Module
• FUNCTION mvCustomSearch()
• Parameters
• Return Values
• Description
• Calling Function
• Functions called by this function
• None
• void
• Selects from the drop down list, the category in which the search has to be performed in the Normal Search Module.
• Page_Load(object sender, EventArgs e)
• gvMainSearch_RowCommand(object sender, GridViewCommandEventArgs e)
• gvEntertainmentSearch_RowCommand(object sender, GridViewCommandEventArgs e)
3.Advanced Search Module
• FUNCTION lnkSearch_Click(object sender, EventArgs e)
• Parameters
• Return Values
• Description
• Calling Function
• Functions called by this function
• object Sender, Event e
• void
• Provides a separate search form in the advanced search page for the category selected by the user to perform a more specific search.
• Page_Load(object sender, EventArgs e)
• imgbtnSearch1_Click(object sender, ImageClickEventArgs e)
• imgbtnSearch2_Click(object sender, ImageClickEventArgs e)
4.Search Engine Module
• FUNCTION CustomSearch(string file,string type)
• Parameters
• Return Values
• Description
• Calling Function
• Functions called by this function
• String file, string type
• Void
• This is the actual functionality module where the searching takes place by using the member functions. The query entered by the user is passed to this function.
• Page_Load(object sender, EventArgs e)
• Find(string file)
• AddLinksToList(string link, ref List<string> lstLinks)
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: vertical landing and takeoff engine ppt, vertical search engine ppt, vertical search with web crawaler project report, vertical search engine project report,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Vertical Handoff Decision Algorithm Providing Optimized Performance in Heterogeneous Wireless Networks computer science topics 2 30,476 07-10-2016, 09:02 AM
Last Post: ijasti
  Dynamic Search Algorithm in Unstructured Peer-to-Peer Networks seminar surveyer 3 2,823 14-07-2015, 02:24 PM
Last Post: seminar report asees
  SEARCH IMAGES BY APPEARANCE seminar projects crazy 4 4,409 25-06-2015, 02:59 PM
Last Post: seminar report asees
  Relation-Based Search Engine in Semantic Web project topics 1 2,160 21-12-2012, 11:00 AM
Last Post: seminar details
  LEAN BURN SPARK IGNITION ENGINE seminar projects crazy 4 4,646 17-10-2012, 06:59 PM
Last Post: Guest
  A Search Engine for 3D Models project topics 1 1,598 12-10-2012, 12:53 PM
Last Post: seminar details
  AUTHENTICATED MULTISTEP NEAREST NEIGHBOR SEARCH computer girl 0 1,132 07-06-2012, 05:12 PM
Last Post: computer girl
  online-web-based search portal for blood groups full report seminar class 1 2,789 06-03-2012, 03:07 PM
Last Post: savita2187
  Aggregate Nearest Keyword Search in Spatial Databases seminar class 0 1,636 07-05-2011, 04:26 PM
Last Post: seminar class
  Search Engine Optimization seminar class 4 4,163 22-04-2011, 02:41 PM
Last Post: seminar class

Forum Jump: