diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-13 16:42:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-13 16:42:06 -0400 |
commit | 751706b7a53059ca44f3b4e1d1fbe64d8411e245 (patch) | |
tree | c20fb685df1cd74c1f3833c594b4d728d6b448f0 | |
parent | aad18ffc5106616bd394178f4dae2099c03ac61c (diff) | |
download | ikiwiki-751706b7a53059ca44f3b4e1d1fbe64d8411e245.tar ikiwiki-751706b7a53059ca44f3b4e1d1fbe64d8411e245.tar.gz |
response
-rw-r--r-- | doc/bugs/Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn b/doc/bugs/Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn index 41e2b501d..6bf4b9666 100644 --- a/doc/bugs/Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn +++ b/doc/bugs/Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn @@ -34,3 +34,9 @@ Any ideas how to fix that problem? --[[Paweł|ptecza]] >> Also I can't see how to change number of hits per page... >> >> --[[Paweł|ptecza]] + +>>> Xapian indexes more quickly, and with the perl interface I was able to +>>> make updates for changes pages quite efficient. My experience with +>>> Hyper Estraier has not been good, with its database often breaking, and +>>> it sometimes crashing. Xapian also does a ranked search, and supports +>>> searching for specific metadata like "title:foo". --[[Joey]] |