mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
add full-text indexing configuration for seasearch
This commit is contained in:
parent
97d14cdcc1
commit
d57450101d
|
|
@ -79,6 +79,9 @@ If you would like to use *SeaSearch* as the search engine, the `elasticSearch` s
|
|||
seasearch_url = http://seasearch:4080
|
||||
seasearch_token = <your auth token>
|
||||
interval = 10m
|
||||
|
||||
# if you would like to enable full-text indexing (i.e., search for document content), also set the option below to true (support from 13.0 Pro)
|
||||
index_office_pdf = true
|
||||
```
|
||||
|
||||
3. Disable the ElasticSearch, as you can set `enabled = false` in `INDEX FILES` section:
|
||||
|
|
|
|||
Loading…
Reference in New Issue