MarginaliaSearch/code/functions/domain-info
Viktor Lofgren 9f47ce8d15 (chore) Remove lombok
There are likely some instances of delombok gore with this commit.
2024-11-11 21:14:38 +01:00
..
api (chore) Remove lombok 2024-11-11 21:14:38 +01:00
java/nu/marginalia/functions/domains (chore) Remove use of deprecated STR.-style string templates 2024-11-11 18:02:28 +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.