Make minimum text length configurable and actually remove elasticsearch documents
This commit is contained in:
parent
08ca7fee56
commit
f8debcff87
3 changed files with 17 additions and 3 deletions
|
@ -70,6 +70,12 @@ crawl:
|
|||
# Allowed values: positive number
|
||||
#feed_crawl_interval: 86400
|
||||
|
||||
# Minimum length of the text (in characters) extracted from
|
||||
# a resource; resources with shorter texts are not stored.
|
||||
# Default value: 300
|
||||
# Allowed values: positive number
|
||||
#min_text_length: 300
|
||||
|
||||
# Parameters for access to the ElasticSearch service
|
||||
# No default values; must be set.
|
||||
elasticsearch:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue