Merge pull request #568 from haiwen/seasearch_enable_full_text_index
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:
Daniel Pan 2025-07-08 17:45:28 +08:00 committed by GitHub
commit ab4747ed41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: