Skip to content

xiyinzhi/search_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Search Engine bulids 4 indexes: single index, stem index, positional index and phrase index. It can do batch queries and sort search results with 3 methods: cosine Vector Space Model, BM25 and Language Model. The query results can be compared with ElasticSearch. It also do an reducuction to long queries (Query Threshold) and do expansion to extremely short queries (Relevance Feedback). The result is good!

About

Java search engine, codes & data & evaluation tool, great performance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published