diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-03 15:29:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-03 15:29:54 -0400 |
commit | 8a6a5320edc2c8a2ed357463b61f161d5b295fbf (patch) | |
tree | 3c2ad4350d247692a4e043a2c98dd56753ea63da /doc/plugins/search | |
parent | c688863cf171df72b57180df746453e3c584f633 (diff) |
search: Converted to use xapian-omega.
Everything is done except for the actual indexing. I plan to do incremental
indexing as pages change.
Diffstat (limited to 'doc/plugins/search')
-rw-r--r-- | doc/plugins/search/discussion.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins/search/discussion.mdwn b/doc/plugins/search/discussion.mdwn index 494d0a38a..6b5714c42 100644 --- a/doc/plugins/search/discussion.mdwn +++ b/doc/plugins/search/discussion.mdwn @@ -42,3 +42,5 @@ Now I did a `rm -rf ~wiki/wiki/.ikiwiki/hyperestraier` and re-ran `--rebuild`ing once more, I'm back to the previous error message. --[[tschwinge]] + +I guess this is fixed now that it uses xapian. :-) --[[Joey]] |