No documents match

Post Reply
tmarino
Posts: 94
Joined: Thu Apr 25, 2002 1:04 pm

No documents match

Post 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.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

No documents match

Post 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.
tmarino
Posts: 94
Joined: Thu Apr 25, 2002 1:04 pm

No documents match

Post 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?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

No documents match

Post 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".
tmarino
Posts: 94
Joined: Thu Apr 25, 2002 1:04 pm

No documents match

Post 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?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

No documents match

Post by mark »

yes
Post Reply