CatgirlIntelligenceAgency/code/services-core/index-service
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 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 Fix broken diagram links after doc/ restructuring. 2023-03-25 16:32:10 +01:00

Index Service

The index service knows which document contains which keywords.

image

Central Classes

See Also

The index service relies heavily on the primitives in features-index: