diff options
author | John Christopher Anderson <jchris@apache.org> | 2008-12-16 20:15:43 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2008-12-16 20:15:43 +0000 |
commit | 17b04c04c6004725f6115f7b4592d19eba4cda89 (patch) | |
tree | df16f3caba65ef4f469c306cd2ab7e04a506afc6 /etc | |
parent | d172007547cd63da80996875a5b19be3aeddafba (diff) |
remove couch_ft_query
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@727126 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r-- | etc/couchdb/default.ini.tpl.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index f4eb49f0..65f6de9d 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -24,7 +24,6 @@ javascript = %bindir%/%couchjs_command_name% %localdatadir%/server/main.js [daemons] view_manager={couch_view, start_link, []} db_update_notifier={couch_db_update_notifier_sup, start_link, []} -full_text_query={couch_ft_query, start_link, []} query_servers={couch_query_servers, start_link, []} httpd={couch_httpd, start_link, []} |