Skip to content

Developed a seach engine using Eclipse IDE, Java, HTML, CSS, and Bootstrap and used HTML to Text using Jsoup, Tokenization, Inverted Index, and Edit Distance to find best result relevant to input

Notifications You must be signed in to change notification settings

jay10497/Search-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.	For running this project, Java EE is required.
2.	Import project as existing maven project.
3.	Do following changes in java file stored in Java Resources > src > loader folder.
	I.	In ServletContextClass.java file change variable webPagePath and txtPath to the absolute path where HTMLFiles and TextFiles folders are stored. 
	II.	In GenerateString.java file change absolute path of buffeReader variable to the absolute path where irrelevant.txt is stored.
4.	Add VM argument in the Run Configuration –Vss512m.
5.	Update the maven project by right clicking on the project folder and select Maven > Update Project.
6.	On the Web Content Folder drop down list select index.html 
7.	Right Click on index.html > Run (J2EE Preview at J2EE Prview at localhost Host name: localhost) Run on Server. 
8.	The Project will run on the default browser or eclipse browser.

About

Developed a seach engine using Eclipse IDE, Java, HTML, CSS, and Bootstrap and used HTML to Text using Jsoup, Tokenization, Inverted Index, and Edit Distance to find best result relevant to input

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages