mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
index service readme refers to index primitives
This commit is contained in:
parent
fe0d754f2c
commit
87767b14bd
@ -7,4 +7,10 @@ The index service knows which document contains which keywords.
|
||||
* [IndexService](src/main/java/nu/marginalia/index/IndexService.java) is the REST entry point that the internal API talks to.
|
||||
* [IndexQueryService](src/main/java/nu/marginalia/index/svc/IndexQueryService.java) executes queries.
|
||||
* [SearchIndex](src/main/java/nu/marginalia/index/index/SearchIndex.java) owns the state of the index and helps with building a query strategy from parameters.
|
||||
* [IndexResultValuator](src/main/java/nu/marginalia/index/results/IndexResultValuator.java) determines the best results.
|
||||
* [IndexResultValuator](src/main/java/nu/marginalia/index/results/IndexResultValuator.java) determines the best results.
|
||||
|
||||
## See Also
|
||||
|
||||
The index service relies heavily on the primitives in [index](../../index),
|
||||
such as [index-forward](../../index/index-forward/)
|
||||
and [index-reverse](../../index/index-reverse/).
|
||||
|
Loading…
Reference in New Issue
Block a user