Mohammad-Es0281 / Search-Engine

A search engine that uses a full-text search by an inverted index

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search Engine

A sample search engine that searches a query in the given files and returns file names that include the query, using a full-text search by an inverted index

  • Support for words starting with + (or feature)
  • Support for words starting with nothing (and feature)
  • Support for words starting with - (exclude feature)

apache opennlp is used for stemming a word.

About

A search engine that uses a full-text search by an inverted index


Languages

Language:Kotlin 100.0%