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
|
you're most directly interacting with when visiting
|
||||||
[search.marginalia.nu](https://search.marginalia.nu).
|
[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
|
## Central classes
|
||||||
|
|
||||||
* [SearchService](src/main/java/nu/marginalia/search/SearchService.java) receives requests and delegates to the
|
* [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
|
## See Also
|
||||||
|
|
||||||
* [features-search](../../features-search/)
|
* [features-search](../../features-search/)
|
||||||
|
Loading…
Reference in New Issue
Block a user