-
Notifications
You must be signed in to change notification settings - Fork 17
Search keeps on indexing #44
Comments
Same. Running OC 7.0.2, 50k files. Resembles issue#2 affecting OC6, which is closed (I did not see why it was closed) |
Same here OC 7.0.4.2 2M files Steps to reproduce
Expected behaviourshow search results Actual behaviourstarts indexing and hangs Server configurationOperating system: The content of config/config.php:
Are you using external storage, if yes which one: local/smb/sftp/... Client configurationBrowser: LogsWeb server error log
ownCloud log (data/owncloud.log)
after removing all *.xlsx files the error does not occur any more (but this is not a solution) Browser log
|
@butonic @DeepDiver1975 |
indexing should become a background job only. we can then index all files in the background. the admin settings page can then show the number of currently indexed files. Note that before that we should move to a single index, see #10 |
didn't we have some serious concerns with respect to use a single index? Maybe I miss something ... |
this is already the case - or do I miss anything? |
@DeepDiver1975 no, it starts indexing when search box is clicked too https://github.com/owncloud/search_lucene/blob/master/js/checker.js#L45 |
@DeepDiver1975 @butonic let's discuss single index further in #10 |
I cannot use the full-text search functions. I have about 55000 files on the server. Each time you enter a search text it starts to indexing. This takes for ever.
If I switch full-text search off (admin) the results are direct shown. Ofcourse only on filename search.
The text was updated successfully, but these errors were encountered: