MarginaliaSearch/code/services-application/search-service/java/nu/marginalia/search
Viktor Lofgren dfd19b5eb9 (index) Reduce the number of abstractions around result ranking
The change also restructures the internal API a bit, moving resultsFromDomain from RpcRawResultItem into RpcDecoratedResultItem, as the previous order was driving complexity in the code that generates these objects, and the consumer side of things puts all this data in the same object regardless.
2024-07-16 08:18:54 +02:00
..
command (search) Add a screenreader-only alert when the search filters are updated to make it easier to understand what happens. 2024-05-04 11:41:04 +02:00
db (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
exceptions (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
model (search) Add screenreader-specific notification remark about when search results start. 2024-05-04 11:41:06 +02:00
results (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
svc (index) Reduce the number of abstractions around result ranking 2024-07-16 08:18:54 +02:00
SearchHandlebarsConfigurator.java (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
SearchMain.java (index, WIP) Position data partially integrated with forward and reverse indexes. 2024-06-06 12:54:52 +02:00
SearchModule.java (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
SearchOperator.java (search) Bot mitigation 2024-02-27 21:22:19 +01:00
SearchQueryParamFactory.java (qs, index) New query model integrated with index service. 2024-04-24 14:44:38 +02:00
SearchResultClusterer.java (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
SearchService.java (service) Deprecate /public prefix on HTTP 2024-04-30 14:46:18 +02:00