Open GekoCH opened 9 months ago
same issue here. Following.
Is this the same issue?
occ fulltextsearch:index
Memory: 82 MB
┌─ Indexing ────
│ Action: fillDocument
│ Provider: Files Account: animorph
│ Document: 286977
│ Info: httpd/unix-directory
│ Title: Directors/BDC/Sales/Prospecting
│ Content size: 0
│ Chunk: 3/24
│ Progress: 583/587
└──
┌─ Results ────
│ Result: 5/5
│ Index: files:286977
│ Status: ok
│ Message: {"_index":"nextcloud_index","_id":"files:286977","_version":1,"result":"created","_shards":{"total":2,"successful":1,"fai
│ led":0},"_seq_no":4,"_primary_term":1}
│
└──
┌─ Errors ────
│ Error: 42/42
│ Index: files:6117
│ Exception: OCA\FullTextSearch_Elasticsearch\Vendor\Elastic\Elasticsearch\Exception\ClientResponseException
│ Message: unknown error
│
│
└──
## x:first result ## c/v:prec/next result ## b:last result
## f:first error ## h/j:prec/next error ## d:delete error ## l:last error
## q:quit ## p:pause
Force Quit
trying again returns:
occ fulltextsearch:index
In RunningService.php line 86:
Index is already running
Having the same “In ElasticSearchPlatform.php line 202:” issue on Nextcloud 29.0.4, since adding a new user with a bunch of files. No idea how to identify the culprit, probably a rogue file that grinds the indexing to a halt.
you may want to check [(https://github.com/nextcloud/fulltextsearch/pull/870)]
attention -
"Share Folders" was the solution before group folders were introduced.
processing of images is extremely time and resource consuming
Thanks @ferdiga! How would you suggest deploying this pull request to test it?
if you have access to the source code on your machine, simple copy/install the updated Runner.php
I'm running Nextcloud: 28.0.2.5 elasticsearch: 8.8.2
I tried to do a full index with
occ fulltextsearch:index
but I get this error at file 123911 of 184926.I can open the particular file without any problem so it0s not corrupt. Can someone help me to get this working? Thx