Restructuring the git repo

This commit is contained in:
Viktor Lofgren 2023-03-04 14:01:58 +01:00
parent 1b776b114e
commit 81cb6f4ea0

View File

@ -12,5 +12,5 @@ appropriate services.
* [CommandEvaluator](src/main/java/nu/marginalia/search/command/CommandEvaluator.java) interprets a search query and acts
upon it, dealing with special operations like `browse:` or `site:`.
* [SearchOperator](src/main/java/nu/marginalia/search/SearchOperator.java) parses a search query, passes it to the index service, and
* [SearchQueryService](src/main/java/nu/marginalia/search/svc/SearchQueryService.java) parses a search query, passes it to the index service, and
then decorates the search results so that they can be rendered.