MarginaliaSearch/code/functions
Viktor Lofgren b6d365bacd (index) Clean up data model
The change set cleans up the data model for the term-level data.  This used to contain a bunch of fields with document-level metadata.  This data-duplication means a larger memory footprint and worse memory locality.

The ranking code is also modified to not accept SearchResultKeywordScores, but rather CompiledQueryLong and CqDataInts containing only the term metadata and the frequency information needed for ranking.  This is again an effort to improve memory locality.
2024-04-15 16:04:07 +02:00
..
domain-info (sys) Upgrade to JDK22 2024-03-21 14:33:27 +01:00
link-graph (sys) Upgrade to JDK22 2024-03-21 14:33:27 +01:00
math (sys) Upgrade to JDK22 2024-03-21 14:33:27 +01:00
search-query (index) Clean up data model 2024-04-15 16:04:07 +02:00