CatgirlIntelligenceAgency/code/features-index/index-query
2024-02-15 12:03:30 +01:00
..
src (index-query) Add some tests for the QueryFilter code 2024-02-15 12:03:30 +01:00
build.gradle (build) Move unit test configuration to root build.gradle 2023-10-04 12:46:22 +02:00
readme.md (index-query) Improve documentation and code quality 2024-02-15 11:33:50 +01:00

Index Query

Contains interfaces and primitives for creating and evaluating queries against the indices.

Central to interacting with the query interface is the IndexQuery class. This class is used to create and evaluate queries against the index. The class will fill a LongQueryBuffer with the results of the query.

This is a relatively light library consisting of a few classes and interfaces. Many of the interfaces are implemented within the index-service module.

Central Classes

See Also