CatgirlIntelligenceAgency/code/services-core/query-service
Viktor Lofgren 5a62b3058f (query-api) Make the search set identifier a string value in the API
This will free the core marginalia search engine to use arbitrary search set definitions, while the app can use its hardcoded defaults.
2024-01-16 10:55:24 +01:00
..
src (query-api) Make the search set identifier a string value in the API 2024-01-16 10:55:24 +01:00
build.gradle (*) Add a barebones configuration 2024-01-10 20:23:51 +01:00
readme.md (docs) Improve query service documentation 2024-01-13 21:16:45 +01:00

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

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