CatgirlIntelligenceAgency/code/features-index/index-query/readme.md

13 lines
401 B
Markdown
Raw Normal View History

2023-03-05 19:31:43 +01:00
# 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)