Page 1 of 1

No documents match

Posted: Mon May 06, 2002 12:44 pm
by tmarino
I finished a walk this weekend for my default profile and got the following:

Last complete walk: 2002-05-04 07:27:34 (took 39 hours 11 minutes 15 seconds)
Success. 150,957 pages (-2,142,859,251 bytes) (12224 errors) (31168 duplicates)

However, when I do a search I get "No documents match the query" for any query. Any ideas? My other profiles are working fine.

No documents match

Posted: Mon May 06, 2002 2:14 pm
by mark
Check the full "walk status" to see if says anything about it.
View the source of the results page when you get no hits to see if there are any error messages listed in HTML comments.

No documents match

Posted: Mon May 06, 2002 2:40 pm
by tmarino
This error is listed in the HTML Source:

<!-- 115 /webinator/search:924: Query 'martz' would require linear search -->

How do I do a linear search?

No documents match

Posted: Mon May 06, 2002 2:52 pm
by mark
You don't want to do a linear search. That's why it's disabled by default. It would appear that the search index was not created after the walk. Does the walk status page indicate any problems?
(between "Creating search index on fetched pages" and "Done")
It should look something like
Creating search index on fetched pages...Done.
Walk finished at 2002-05-xx xx:xx:xx (took xxx)
Making new database live: /xxx/dbx
Perhaps you ran out of disk space during the index creation?

You can tell webinator to create just the index by hand. See http://www.thunderstone.com/texis/site/ ... ing+dowalk
The function you want is "reindex".

No documents match

Posted: Mon May 06, 2002 3:19 pm
by tmarino
This appears in the walk status:

Creating search index on fetched pages...
106 /usr/local/morph3/htdocs/webinator/dowalk(updatemmindex) 810: You may be low on disk space. in the function create index

006 /usr/local/morph3/htdocs/webinator/dowalk(updatemmindex) 810: Can't write 0x2206F bytes at 0xB279BF9 to KDBF file /usr/local/morph3/texis/default/db1/xhtmlbodv.dat: error 28: No space left on device in the function write_block

000 /usr/local/morph3/htdocs/webinator/dowalk(updatemmindex) 810: SQLPrepare() failed with -1 in the function prepntexis
Done.

Walk finished at 2002-05-04 07:27:19 (took 39 hours 11 minutes 15 seconds)
Making new database live: /usr/local/morph3/texis/default/db1

Should I increase disk space?

No documents match

Posted: Mon May 06, 2002 3:33 pm
by mark
yes