2023-10-09 14:56:59 +02:00
|
|
|
The query service parses search queries and delegates work to the index service.
|
|
|
|
|
|
|
|
The [index-service](../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.
|
|
|
|
|
|
|
|
## Main Classes
|
|
|
|
|
|
|
|
* [QueryService](src/main/java/nu/marginalia/query/QueryService.java)
|
|
|
|
|
|
|
|
## See Also
|
|
|
|
|
|
|
|
* [api/query-api](../../api/query-api)
|
2023-10-09 15:12:30 +02:00
|
|
|
* [features-qs/query-parser](../../features-qs/query-parser)
|
2023-10-09 14:56:59 +02:00
|
|
|
* [features-index/index-query](../../features-index/index-query)
|