CatgirlIntelligenceAgency/code/features-index/index-query
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
..
src/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
build.gradle The refactoring will continue until morale improves. 2023-03-12 10:50:31 +01:00
readme.md The refactoring will continue until morale improves. 2023-03-12 10:50:31 +01:00

Index Query

Contains interfaces and primitives for creating and evaluating queries against the indices.

Central Classes

See Also