CatgirlIntelligenceAgency/code/api/index-api
Viktor Lofgren fe419b12b4 Better handling of quote terms, fix bug in handling of longer queries.
... where some terms may previously have been ignored. The latter bug was due to the handling of QueryHeads with AnyOf-style predicates interacting poorly with alreadyConsideredTerms in SearchIndex.java
2023-04-10 13:11:40 +02:00
..
src/main/java/nu/marginalia/index/client Better handling of quote terms, fix bug in handling of longer queries. 2023-04-10 13:11:40 +02:00
build.gradle Yet more restructuring. Improved search result ranking. 2023-03-16 21:35:54 +01:00
readme.md Move all code to a code directory. 2023-03-07 17:14:32 +01:00

Index API

Client and models for talking to the index-service, implemented with the base client from service-client.

Central Classes