CatgirlIntelligenceAgency/code/features-index/index-query
Viktor Lofgren 4763077b76 (search/index) Add a new keyword "count"
This is for filtering results on how many times the term appears on the domain.  The intent is to be beneficial in creating e.g. a domain search feature.   It's also very helpful when tracking down spammy domains.
2023-12-25 20:38:29 +01:00
..
src/main/java/nu/marginalia/index (search/index) Add a new keyword "count" 2023-12-25 20:38:29 +01:00
build.gradle (build) Move unit test configuration to root build.gradle 2023-10-04 12:46:22 +02: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