MarginaliaSearch/code/common/model/java/nu/marginalia/model
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
..
crawl (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
gson (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
html (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
id (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
idx (index) Clean up data model 2024-04-15 16:04:07 +02:00
EdgeDomain.java (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
EdgeUrl.java (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00