fulltextsearch_elasticsearch
fulltextsearch_elasticsearch copied to clipboard
BUG: Fulltextsearch live fail to index files that are restored from trashbin
1.Config fulltextsearch elasticsearch 2.Run index once 3.Run live index 4.create a file a.zip 5.search for a.zip(you get the result) 6.delte a,zip 7.search for a.zip(no result) 8.restore a,zip from trashbin 9.search for a.zip(still no result)
I think it may caused by the live index command delete index too early and fail to realize the file have been restored from trash!
In recent update, the problem seems to have been fixed, if so we can close this issue.