CatgirlIntelligenceAgency/code/features-index/index-reverse/src
Viktor Lofgren dcf6218cdb Fix bugs related to search result selection in the case with multiple search terms.
* A deduplication filter step ran too early, and removed many good results on the basis that they partially, but did not fully fit another set of search terms.

* Altered the query creation process to prefer documents where multiple terms appear in the priority index.
2023-03-29 15:18:52 +02:00
..
main/java/nu/marginalia/index Fix bugs related to search result selection in the case with multiple search terms. 2023-03-29 15:18:52 +02:00
test/java/nu/marginalia Break apart reverse index into a separate full index and priority index. It did this before using the same code. This will make the priority index about half as big since it no longer needs to keep metadata. 2023-03-21 16:12:31 +01:00