diff options
Diffstat (limited to 'distro/common/man/man1/knife-index.1')
-rw-r--r-- | distro/common/man/man1/knife-index.1 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/distro/common/man/man1/knife-index.1 b/distro/common/man/man1/knife-index.1 new file mode 100644 index 0000000000..268d4acf95 --- /dev/null +++ b/distro/common/man/man1/knife-index.1 @@ -0,0 +1,29 @@ +.\" generated with Ronn/v0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 +. +.TH "KNIFE\-INDEX" "1" "September 2012" "Chef 11.0.0.alpha" "Chef Manual" +. +.SH "NAME" +\fBknife\-index\fR \- Rebuild the search index on a Chef Server +. +.SH "SYNOPSIS" +\fBknife\fR \fBindex rebuild\fR \fI(options)\fR +. +.TP +\fB\-y\fR, \fB\-\-yes\fR +don\'t bother to ask if I\'m sure +. +.SH "DESCRIPTION" +Rebuilds all the search indexes on the server\. This is accomplished by deleting all objects from the search index, and then forwarding each item in the database to \fBchef\-expander\fR(8) via \fBrabbitmq\-server\fR(1)\. Depending on the number of objects in the database, it may take some time for all objects to be indexed and available for search\. +. +.SH "SEE ALSO" +\fBknife\-search\fR(1) +. +.SH "AUTHOR" +Chef was written by Adam Jacob \fIadam@opscode\.com\fR with many contributions from the community\. +. +.SH "DOCUMENTATION" +This manual page was written by Joshua Timberman \fIjoshua@opscode\.com\fR\. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2\.0 License\. +. +.SH "CHEF" +Knife is distributed with Chef\. \fIhttp://wiki\.opscode\.com/display/chef/Home\fR |