---
date: '2024-02-07'
description: to go or look through (a place) carefully
id: Search
modified: 2026-06-05 15:08:21 GMT-04:00
seealso:
  - '[[thoughts/PageRank|PageRank]]'
tags:
  - technical
title: Search
created: '2024-02-07'
published: '2024-02-07'
pageLayout: default
slug: thoughts/Search
permalink: https://aarnphm.xyz/thoughts/Search.md
generator:
  quartz: v4.6.0
  hostedProvider: Cloudflare
  baseUrl: aarnphm.xyz
full: https://aarnphm.xyz/llms-full.txt
---
## Engine

A search engine is essentially query processing. It is a form of [[thoughts/information retrieval]] that helps one to answer [[thoughts/questions]]

The search results are generally presented in a line of results, often referred to as search engine results pages (SERPs).

Some search engines also mine data available in databases or open directories. Unlike web directories, which are maintained only by human editors, search engines also maintain real-time information by running an algorithm on a web crawler.

## HITS algorithm

## HNSW

_<https://blog.wilsonl.in/graph-vector-search/>_

usually used in combination with BM25

