mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
Update readme.md
This commit is contained in:
parent
ee50f7422d
commit
cb6865924e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user