Skip to content

jiangxincode/SearchEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SearchEngine

Build and Release Coverage Status Maintainability

Authors

Description

SearchEngine is a simple search engine written in Java, JSP, CSS, JS and HTML. This project is just for learning the basic concepts of search engine, thus avoid use it in your real work condition, it just a toy! If you have some questions about this project please contact me, and any pull request is really welcomed! My information is put below.

Installation

Usage

Configuration

Information

UpdateInfo

TODO

  • 设置搜索框初始半透明提示文本。
  • 争取用自己的分词方法代替第三方类库方法。
  • 修复显示结果页面关键词重复的bug。
  • 优化结果显示顺序。
  • 删除冗余代码。
  • 实现搜索结果分页。
  • 优化结果页面,比如网址链接蓝色显示,去除“……”。
  • 实现PageRank排序算法。
  • 修复每次仅返回100个结果的bug。

Contributing

  1. Fork it
  2. Create your feature branch(git check -b my-new-feature)
  3. Commit your changes(git commit -am "Add some feature")
  4. Push to the branch(git push origin my-new-feature)
  5. Create new Pull Request

License

About

A Simple SearchEngine for learning basic concept.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published