You are on page 1of 4

Apply Now for Internationally Reputable,

Locally Relevant & Action Learning MBA

Home (../Project-Ideas.php) /  Computer Projects (Computer_Projects.php)


/  Implementation Of a Mini Search Engine

SPONSORED SEARCHES

mini project based on electronics

mini project topics for computer science

keyword search engine

electronics project topics

java projects documentation

Introduction
In this project, we will design and implement a mini search engine that is used to search through a colle ction of
documents . The data struc tures used are files for sto rin g, has h tab les for ind exi ng and tre es for search ing the
doc ume nts .

The documents will be stored using files and given a set of texts and a query, the search engine will locate all the
documents that contain the keywords in that query. The purpose of this project is to provide an overview of how a
search engine works and to gain hands-on experience in using hash tables, files and trees.

Indexing 
The documents stored as files will be indexed based on their words/tokens using hashing functions. This is done in
order to make it easier to retrieve the required documents.

Searching 
GET PAID HASSLE-FREE.
MORE TIME FOR YOU.

Searching will be done using trees, and depend in g upon th eefficiency an d complexity of the algorithm we will use
AVL trees or balanced binary search trees. In order to allow efficient searching, for every word a list of documents
where it will occur will be stored. The queries may contain simple Boolean operators, that is AND/OR, which act in a
similar manner with the well-known analogous logical operators. For each such query, the document that satisfies
that query will be displayed.

For instance, a query:


Keyword1 AND Keyword2 -- should retrieve all documents that contain both these keywords (elements).

Keyword1 OR Keyword2 -- instead will retrieve documents that contain either one of the two keywords

SPONSORED SEARCHES

objective of mini search engine project

mini project topics for computer science

ds mini search engine c implementation

science project ideas

keyword search engine

Previous (Computer_Projects.php) Next (Implementation_of_Security_in_WAN.php)

Tweet Share 0 Like 0 Share


Share Share 8

Custom Search
Related Projects
SMTP Mail Server (SMTP-Mail-Server.php)

Implementation Of a Mini Search Engine (Implementation_Of_Mini_Search_Engine.php)

Implementation of Security in WAN (Implementation_of_Security_in_WAN.php)

E-Mail Campaign System (E-Mail-Campaign-System.php)

UA Portal (ua-portal.php)

Log Reader Based Code Analyzer (Log-Reader-Based-Code-Analyzer.php)

Cheap, Safe & Fast bike ride with ORide


Need a bike ride? Use ORide in
OPay to hail a bike and pay…
BUY, SELL, SWAP ANY CAR
Ad Cars45

The Lifestyle Fair by


Zenith
Ad Zenith Bank

Computer Project
Free Download
Source Code
seminarsonly.com

What studies fit
you?
Ad Studyportals

Generic SQL
Explorer | Computer
Science Project…
seminarsonly.com

PHP Project Topics


List
seminarsonly.com

� Copyright (../../Copyright.php) 2015-2018    www.seminarsonly.com (https://www.seminarsonly.com/)    Privacy


Policy (../../Privacy-Policy.php)

You might also like