aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/search/discussion.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-06-15 14:02:54 -0400
committerJoey Hess <joey@kitenet.net>2008-06-15 14:02:54 -0400
commit163ffb3fe94c47f0617dfe04083e69c730c2f712 (patch)
tree75bef39cee619dde69a86408c74b5715b582a90a /doc/plugins/search/discussion.mdwn
parent0415917f1eaa170e47f338066fb0d52b65f7111c (diff)
downloadikiwiki-163ffb3fe94c47f0617dfe04083e69c730c2f712.tar
ikiwiki-163ffb3fe94c47f0617dfe04083e69c730c2f712.tar.gz
web commit by tschwinge: Indeed this issue is ``fixed'' now ;-) and the new searching subsystem is confirmed to function.
Diffstat (limited to 'doc/plugins/search/discussion.mdwn')
-rw-r--r--doc/plugins/search/discussion.mdwn45
1 files changed, 0 insertions, 45 deletions
diff --git a/doc/plugins/search/discussion.mdwn b/doc/plugins/search/discussion.mdwn
index 6b5714c42..8b1378917 100644
--- a/doc/plugins/search/discussion.mdwn
+++ b/doc/plugins/search/discussion.mdwn
@@ -1,46 +1 @@
-I enabled this plugin, but I keep getting the following error message
-every time I refresh or rebuild the wiki:
- updating hyperestraier search index
- estcmd: ERROR: /home/wiki/wiki/.ikiwiki/hyperestraier: database problem
- estcmd gather -cm -bc -cl -sd -cl /home/wiki/wiki/.ikiwiki/hyperestraier - exited nonzero: 256
- done
-
-Nevertheless, searching for pages works as expected, as far as I can tell.
-
---[[tschwinge]]
-
-Have you upgraded hyperestradier since setting up the wiki? Apparently it
-breaks a lot when it's upgraded, I find I often have to re-run ikiwiki
--setup after upgrading hyperestradier to force it to rebuilt its database,
-then incremental updates work again for a while. This is one of the reasons
-I want to change to a different search backend. --[[Joey]]
-
-It was a completely fresh, completely untouched, unconfigured installation
-of hyperestrainer (Debian unstable on hurd-i386).
-Even when running an `ikiwiki --setup [...] --rebuild` I get this:
-
- [...]
- rendering templates/note.mdwn
- rendering templates/popup.mdwn
- updating hyperestraier search index
- estcmd: ERROR: /home/wiki/wiki/.ikiwiki/hyperestraier: database problem
- estcmd gather -cm -bc -cl -sd -cl /home/wiki/wiki/.ikiwiki/hyperestraier - exited nonzero: 256
- done
-
-Now I did a `rm -rf ~wiki/wiki/.ikiwiki/hyperestraier` and re-ran
-`ikiwiki --setup [...] --rebuild`:
-
- [...]
- rendering templates/note.mdwn
- rendering templates/popup.mdwn
- updating hyperestraier search index
- estcmd: ERROR: /home/wiki/wiki/.ikiwiki/hyperestraier: database problem
- $ echo $?
- 141
-
-`--rebuild`ing once more, I'm back to the previous error message.
-
---[[tschwinge]]
-
-I guess this is fixed now that it uses xapian. :-) --[[Joey]]