Update readme.md

This commit is contained in:
Viktor 2023-03-22 17:01:34 +01:00 committed by GitHub
parent 5edc0c8d52
commit c4a6bf7672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@
The index service knows which document contains which keywords.
![image](../../../doc/index-service-map.svg)
## Central Classes
* [IndexService](src/main/java/nu/marginalia/index/IndexService.java) is the REST entry point that the internal API talks to.
@ -15,4 +17,4 @@ The index service relies heavily on the primitives in [features-index](../../fea
* [features-index/index-forward](../../features-index/index-forward/)
* [features-index/index-reverse](../../features-index/index-reverse/)
* [features-index/index-query](../../features-index/index-query)
* [features-index/index-query](../../features-index/index-query)