Skip to content

Sparse Search Engine

Similarity Search Engine

Some details about the Sparse search Engine architecture

Similarity Search Engine

  • display: handles displaying the title and the query.
  • load_sparse: loads the different files built in the Builder module.
  • query: processes the user’s input query and sends it to the search engine.
  • search_sparse: the core search engine; performs the search and returns results.
  • display: another display function formats the results and uses highlight to emphasize query terms.