diff --git a/code/services-core/search-service/readme.md b/code/services-core/search-service/readme.md index c2ff5137..802d8d89 100644 --- a/code/services-core/search-service/readme.md +++ b/code/services-core/search-service/readme.md @@ -4,6 +4,11 @@ This service handles search traffic and is the service you're most directly interacting with when visiting [search.marginalia.nu](https://search.marginalia.nu). +It interprets a "human" query and translates it into a +request that gets passed into to the index service, which finds +related documents, which this service then ranks and returns +to the user. + ## Central classes * [SearchService](src/main/java/nu/marginalia/search/SearchService.java) receives requests and delegates to the @@ -19,4 +24,4 @@ then decorates the search results so that they can be rendered. ## See Also -* [features-search](../../features-search/) \ No newline at end of file +* [features-search](../../features-search/)