MarginaliaSearch/code/common
Viktor Lofgren ab5c30ad51 (search) Fix site info view for completely unknown domains
Also correct the DbDomainQueries.getDomainId so that it throws NoSuchElementException when domain id is missing, and not UncheckedExecutionException via Cache.
2025-01-01 16:29:01 +01:00
..
config (setup) Remove OpenNLP tokenization model 2024-11-28 16:03:05 +01:00
db (search) Fix site info view for completely unknown domains 2025-01-01 16:29:01 +01:00
linkdb (build) Fix dependency churn from testcontainers 2024-08-25 10:35:48 +02:00
model (atag) Add alias domain support and improve domain handling 2024-11-27 14:26:44 +01:00
renderer (chore) Remove lombok 2024-11-11 21:14:38 +01:00
service Merge branch 'master' into serp-redesign 2024-12-25 14:22:42 +01:00
readme.md (refac) Merge service-discovery and service modules 2024-03-03 10:49:23 +01:00

Common

These are packages containing the basic building blocks for running a service as well as shared models.

  • db contains SQL code and some database-related utilities.
  • config contains some @Injectables.
  • renderer contains utility code for rendering website templates.
  • service is the shared base classes for main methods and web services, including a service registry interface.
  • process contains boiler plate for batch processes.