CatgirlIntelligenceAgency/code/services-core/index-service
2023-03-11 11:34:51 +01:00
..
src Fix broken test, compiler warning. 2023-03-10 17:12:12 +01:00
build.gradle Gradle shouldn't generate dist zips, zipping jar files is slow and also just ridiculous when you realize jar files are zip files and you can't compress a file twice using the same algo. 2023-03-11 11:34:51 +01:00
readme.md Move all code to a code directory. 2023-03-07 17:14:32 +01:00

Index Service

The index service knows which document contains which keywords.

Central Classes

See Also

The index service relies heavily on the primitives in index, such as index/index-forward, index/index-reverse, and index/index-query.