fulltextsearch icon indicating copy to clipboard operation
fulltextsearch copied to clipboard

Unexpected JSON data scrolling when running first Index

Open kcwebby opened this issue 4 years ago • 0 comments

I've just set this up, and the test procedure responds with all OK's, so I think I've got everything right.

What I am noticing is a bunch of scrolling, for what I'm assuming are documents that it cannot index based on the .ext of the files.

Is this normal? Something that could be filtered out?
Looks like .bmp, exe, dll, smb, 001, 002 extensions and more. I haven't seen any for anything I would expect fulltext to actually index.

{"reqId":"NLvNcoNvZDOz2w6NH74M","level":0,"time":"2021-07-20T17:50:55+00:00","remoteAddr":"","user":"--","app":"files_fulltextsearch","method":"","url":"--","message":"[debug] getPathFromRoot -- {\"path\":\"GRPFOLD Director\\/Sonar Archives\\/KML\\/MS1000_V0431\\/Record\\/Aug16,2010,04-48-32.smb\",\"userId\":\"admin\",\"entrySlash\":false,\"result\":\"GRPFOLD Director\\/Sonar Archives\\/KML\\/MS1000_V0431\\/Record\\/Aug16,2010,04-48-32.smb\"}","userAgent":"--","version":"21.0.3.1"}
{"reqId":"NLvNcoNvZDOz2w6NH74M","level":0,"time":"2021-07-20T17:50:55+00:00","remoteAddr":"","user":"--","app":"files_fulltextsearch","method":"","url":"--","message":"[debug] getPathFromRoot -- {\"path\":\"GRPFOLD Director\\/Sonar Archives\\/KML\\/MS1000_V0431\\/Record\\/Aug16,2010,05-01-30.001\",\"userId\":\"admin\",\"entrySlash\":false,\"result\":\"GRPFOLD Director\\/Sonar Archives\\/KML\\/MS1000_V0431\\/Record\\/Aug16,2010,05-01-30.001\"}","userAgent":"--","version":"21.0.3.1"}
{"reqId":"NLvNcoNvZDOz2w6NH74M","level":0,"time":"2021-07-20T17:50:55+00:00","remoteAddr":"","user":"--","app":"files_fulltextsearch","method":"","url":"--","message":"[debug] getPathFromRoot -- {\"path\":\"GRPFOLD Director\\/Sonar Archives\\/KML\\/MS1000_V0431\\/Record\\/Aug16,2010,05-01-30.002\",\"userId\":\"admin\",\"entrySlash\":false,\"result\":\"GRPFOLD Director\\/Sonar Archives\\/KML\\/MS1000_V0431\\/Record\\/Aug16,2010,05-01-30.002\"}","userAgent":"--","version":"21.0.3.1"}

After a bit of running that, it seems to go back to those files and then the "extra output" at the bottom turns to:

{"reqId":"NLvNcoNvZDOz2w6NH74M","level":0,"time":"2021-07-20T17:56:12+00:00","remoteAddr":"","user":"--","app":"files_fulltextsearch","method":"","url":"--","message":"[debug] fillIndexDocument request -- {\"document\":{\"id\":\"6699459\",\"providerId\":\"files\",\"access\":{\"ownerId\":\"\",\"viewerId\":\"\",\"users\":[],\"groups\":[],\"circles\":[],\"links\":[]},\"modifiedTime\":1281935414,\"title\":\"\",\"link\":\"\",\"index\":{\"ownerId\":\"\",\"providerId\":\"files\",\"source\":\"\",\"documentId\":\"6699459\",\"lastIndex\":1626803730,\"errors\":[],\"errorCount\":0,\"status\":28,\"options\":[]},\"source\":\"files_group_folders\",\"info\":[],\"hash\":\"\",\"contentSize\":0,\"tags\":[],\"metatags\":[],\"subtags\":[],\"more\":[],\"excerpts\":[],\"score\":\"\"}}","userAgent":"--","version":"21.0.3.1"}

Help is appreciated. It almost seems like there is some debug output that is turned on.

kcwebby avatar Jul 20 '21 17:07 kcwebby