MarginaliaSearch/code/functions/domain-info
Viktor Lofgren 93fa58c93d (domain-info) Fix incorrect array indexing
Using the id instead of idx when addressing the ranksArray caused exceptions.
2024-02-29 17:54:23 +01:00
..
api (service/grpc) Reduce thread count 2024-02-27 21:22:21 +01:00
java/nu/marginalia/functions/domains (domain-info) Fix incorrect array indexing 2024-02-29 17:54:23 +01:00
build.gradle Clean up documentation and rename domain-links to link-graph 2024-02-28 11:40:39 +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.