CatgirlIntelligenceAgency/code/features-index/index-query/readme.md
2023-03-12 10:50:31 +01:00

13 lines
401 B
Markdown

# Index Query
Contains interfaces and primitives for creating and evaluating queries against the indices.
## Central Classes
* [IndexQuery](src/main/java/nu/marginalia/index/query/IndexQuery.java)
* [query/filter](src/main/java/nu/marginalia/index/query/filter/)
## See Also
* [index/index-reverse](../index-reverse) implements many of these interfaces.
* [libraries/array](../../libraries/array)