CatgirlIntelligenceAgency/code/services-core/query-service
Viktor Lofgren 92717a4832 (client) Refactor GrpcStubPool to handle error states
Refactored the GRPC Stub Pool for better handling of channel SHUTDOWN state. Any disconnected channels are now re-created before returning the stub.

The class was also renamed to GrpcChannelPool, as we no longer pool the stubs.
2024-02-17 14:42:26 +01:00
..
src (client) Refactor GrpcStubPool to handle error states 2024-02-17 14:42:26 +01:00
build.gradle (*) Add a barebones configuration 2024-01-10 20:23:51 +01:00
readme.md (doc) Update docs 2024-02-06 12:41:28 +01:00

The query service parses search queries and delegates work to the index services.

The index-service speaks a lower level query specification language that is difficult to build an application out of. The query service exists as an interpreter to that format.

Web Interface

The query service also offers a basic web interface for testing queries, or running the search engine as a white-label service without all the Marginalia Search specific stuff. This mode of operations is available through a barebones install.

The web interface also offers a JSON API for machine-based queries.

Main Classes

See Also