29 lines
1.6 KiB
YAML
29 lines
1.6 KiB
YAML
blomstra-search:
|
|
admin:
|
|
elastic-endpoint: Elastic Endpoint
|
|
elastic-username: => core.ref.username
|
|
elastic-password: => core.ref.password
|
|
elastic-index: Index
|
|
analyzer:
|
|
label: Analyzer language
|
|
help: |
|
|
The analyzer makes search understand stop words and undertakes language
|
|
specific improvements for indexing. Changing this requires a full index rebuild to take effect.
|
|
index-settings-changed: "Search index settings have changed. Run: php flarum blomstra:search:index build"
|
|
reindex-required:
|
|
title: Search index rebuild required
|
|
detail: "The search index is not compatible with this version of the extension. Run: php flarum blomstra:search:index build"
|
|
search-discussion-subjects: Search inside discussion titles
|
|
search-post-bodies: Search inside comments
|
|
match-sentences: Match search term against full sentence
|
|
match-words: Match search term against full words
|
|
settings:
|
|
stem-exclusion:
|
|
label: "Protected words (stem exclusion)"
|
|
help: "One word per line. These words will not be stemmed during search (e.g. brand names, proper nouns). Not applicable for CJK or Thai languages. Requires a full re-index to take effect."
|
|
min-search-length:
|
|
label: Minimum search query length
|
|
help: |
|
|
Minimum number of characters required before a search is triggered. Lower this to 1 or 2
|
|
for CJK (Chinese, Japanese, Korean) communities where single characters carry full meaning.
|