You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I tried to index a network folder with about 2million files with:
opensemanticsearch-index-dir /media/folder/
after about 3 hours it stops.
THe last line is:
"indexing new file /media/folder/...." and nothing happens
Now i tried to delete the index and tried indexing again but now it comes only one line with "indexing new file /media/folder/...." and it stops again.
What can I do?
Or is there a better way to index a directory with so many files? We want also to reindex this directory one time every day.
By the way: where is the file "jetty-http.xml" to get access to SOlr remote admin from an other computer?
Many thanks!
The text was updated successfully, but these errors were encountered:
"Indexing new file" is not the perfect label, since in this step not indexed / changed / new files are added to the queue. Document processing and indexing is done after that parallel in background, which takes much more time.
Hello!
I tried to index a network folder with about 2million files with:
opensemanticsearch-index-dir /media/folder/
after about 3 hours it stops.
THe last line is:
"indexing new file /media/folder/...." and nothing happens
Now i tried to delete the index and tried indexing again but now it comes only one line with "indexing new file /media/folder/...." and it stops again.
What can I do?
Or is there a better way to index a directory with so many files? We want also to reindex this directory one time every day.
By the way: where is the file "jetty-http.xml" to get access to SOlr remote admin from an other computer?
Many thanks!
The text was updated successfully, but these errors were encountered: