Closed micbar closed 1 year ago
References: https://github.com/owncloud/ocis/issues/5481 (Search Service - wopi - docker compose - TIKA URL) https://github.com/owncloud/ocis/issues/5482 (Search service envvar questions)
need to reopen as #366 was only a part of the game
Fust for further reading: Index considerations Estimating the size of the FTS index
Description
The infinite Scale single binary includes a "ready-to-use" search service. This indexes the all files metadata in ocis (file names. folder names, tags)
The search service can also index file content when admins add a third party dependency for the content parsig.
Scope
Deployment example: ocis wopi
Relevant Lines
https://github.com/owncloud/ocis/blob/master/deployments/examples/ocis_wopi/docker-compose.yml#L218-L222
https://github.com/owncloud/ocis/blob/master/deployments/examples/ocis_wopi/docker-compose.yml#L76-L77
[ ] Document what the default features of the search service are (metadata indexing)
[ ] Document what needs to be done do add content indexing
Missing artifacts