MarginaliaSearch/code/functions/domain-info
Viktor Lofgren 002afca1c5 (sys) Upgrade to JDK22
This also entails upgrading JIB to 3.4.1 and Lombok to 1.18.32.
2024-03-21 14:33:27 +01:00
..
api (sys) Upgrade to JDK22 2024-03-21 14:33:27 +01:00
java/nu/marginalia/functions/domains (domain-info) Fix incorrect array indexing 2024-02-29 18:56:09 +01:00
build.gradle (sys) Upgrade to JDK22 2024-03-21 14:33:27 +01: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.