MarginaliaSearch/code/functions/domain-info
Viktor Lofgren 0376f2e6e3 Merge branch 'master' into serp-redesign
# Conflicts:
#	code/services-application/search-service/resources/templates/search/index/index.hdb
2025-01-01 18:15:09 +01:00
..
api Merge branch 'master' into serp-redesign 2025-01-01 18:15:09 +01:00
java/nu/marginalia/functions/domains (domain-info) Add a feed flag to domain info 2025-01-01 18:02:33 +01:00
build.gradle (*) Lift jetty and guava-dependencies 2024-05-23 14:20:01 +02:00
readme.md (docs) Update docs 2024-02-28 12:25:19 +01:00

The domain-info subsystem is responsible for answering questions about a domain, such as its IP address, rank, similar domains, and so on.

This subsystem keeps a copy of the link graph in memory, which is quite RAM intensive, but also very fast. It should only be used for the search application, the system itself should use the link-graph subsystem.