mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Merge pull request #568 from haiwen/seasearch_enable_full_text_index
Some checks are pending
Deploy CI - 13.0 / deploy (push) Waiting to run
Some checks are pending
Deploy CI - 13.0 / deploy (push) Waiting to run
add full-text indexing configuration for seasearch
This commit is contained in:
commit
ab4747ed41
|
|
@ -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