MarginaliaSearch/code/services-application/search-service/java/nu/marginalia/search
Viktor Lofgren aebb2652e8 (wip) Extract and encode spans data
Refactoring keyword extraction to extract spans information.

Modifying the intermediate storage of converted data to use the new slop library, which is allows for easier storage of ad-hoc binary data like spans and positions.

This is a bit of a katamari damacy commit that ended up dragging along a bunch of other fairly tangentially related changes that are hard to break out into separate commits after the fact.  Will push as-is to get back to being able to do more isolated work.
2024-07-27 11:44:13 +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 (wip) Extract and encode spans data 2024-07-27 11:44:13 +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