CatgirlIntelligenceAgency/code/index/query
2024-02-25 11:05:10 +01:00
..
java/nu/marginalia/index (index) Experimental refactoring of the indexing functionality 2024-02-25 11:05:10 +01:00
test/nu/marginalia/index/query/filter (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
build.gradle (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
readme.md Move index to top level of code 2024-02-22 18:01:35 +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