mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
Documentation improvements
This commit is contained in:
parent
862e925d7c
commit
b60fcd0918
@ -1,4 +1,4 @@
|
|||||||
# marginalia.nu
|
# Marginalia Search
|
||||||
|
|
||||||
This is the source code for [Marginalia Search](https://search.marginalia.nu).
|
This is the source code for [Marginalia Search](https://search.marginalia.nu).
|
||||||
|
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
A lot of the architectural description is sprinkled into the code repository closer to the code.
|
A lot of the architectural description is sprinkled into the code repository closer to the code.
|
||||||
Start in [📁 ../code/](../code/) and poke around.
|
Start in [📁 ../code/](../code/) and poke around.
|
||||||
|
|
||||||
|
## Operations
|
||||||
|
|
||||||
|
* [System Properties](system-properties.md) - JVM property flags
|
||||||
|
|
||||||
## Set-up
|
## Set-up
|
||||||
|
|
||||||
* [📁 ../run/](../run/) - Set-up instructions
|
* [📁 ../run/](../run/) - Set-up instructions
|
||||||
|
31
doc/system-properties.md
Normal file
31
doc/system-properties.md
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# System Properties
|
||||||
|
|
||||||
|
These are JVM system properties used by each service
|
||||||
|
|
||||||
|
## Search Service
|
||||||
|
| flag | values | description |
|
||||||
|
|-------------|------------|-------------------------------------------------------|
|
||||||
|
| website-url |https://search.marginalia.nu/|Overrides the website URL used in rendering|
|
||||||
|
|
||||||
|
## Index Service
|
||||||
|
|
||||||
|
|flag| values | description |
|
||||||
|
|---|------------|---------------------------------------------------------------|
|
||||||
|
|lexiconSizeHint| 1000000000 | The default size of the lexicon, speeds up start time in prod |
|
||||||
|
|
||||||
|
## Crawler Process
|
||||||
|
|flag| values | description |
|
||||||
|
|---|------------|-------------------------------------------------------|
|
||||||
|
|crawl.rootDirRewrite|/some/path|Sets the base directory of a crawl plan |
|
||||||
|
|
||||||
|
## Converter Process
|
||||||
|
|flag| values | description |
|
||||||
|
|---|------------|-------------------------------------------------------|
|
||||||
|
|crawl.rootDirRewrite|/some/path|Sets the base directory of a crawl plan |
|
||||||
|
|
||||||
|
## Loader Process
|
||||||
|
|flag| values | description |
|
||||||
|
|---|------------|-------------------------------------------------------|
|
||||||
|
|lexiconSizeHint| 800000000 | The default size of the lexicon |
|
||||||
|
|local-index-path| /some/path | Selects the location the loader will write index data |
|
||||||
|
|crawl.rootDirRewrite|/some/path|Sets the base directory of a crawl plan |
|
Loading…
Reference in New Issue
Block a user