kasykindex - add documents to a Kasyk index
kasykindex [options] indexdir [docseq1 .. docseqN]
The 'kasykindex' executable processes any documents that are provided to it in the Kasyk document sequence XML format into a internal format, stored in the directory with which the Kasyk index is identfied, that can be used for later queries with Kasyk searcher (kasyk), Kasyk server (kasykd) and (indirectly) by Kasyk caching query server (kasykcqd).
The 'kasykindex' executable should be called at least once with at least one document in Kasyk document sequence XML format before the Kasyk index can be used for queries.
The first parameter is not optional. It indicates the Kasyk index that should be updated.
All the other parameters are optional. They specify the names of files that contains the Kasyk document sequence XML of documents to be indexed. If no parameters are specified, the Kasyk document sequence XML is read from standard input (STDIN).
Document sequences should always conform to Kasyk document sequence XML.
$ kasykindex localindex documents <ENTER> $
Index the contents of the file "documents" into the Kasyk index "localindex".
$ cat documents | kasykindex localindex <ENTER> $
Index whatever comes in on standard input (STDIN) into the Kasyk index "localindex".
Kasyk home, Kasyk document sequence XML,Kasyk configuration XML, Kasyk initializer (kasyknew), Kasyk searcher (kasyk), Kasyk server (kasykd), Kasyk caching query server (kasykcqd).
See http://www.kasyk.nl/program/kasykindex.html for the most up-to-date version of this information.
See http://www.kasyk.nl/bugs/kasykindex.html for the most up-to-date information about known bugs for 'kasykindex'.
Exit status is normally 0. Exit status 1 indicates a problem of some sort with an error message sent to STDERR and any active logfile.
Copyright © 2003 Dijkmat BV
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Kasyk Program Information: Kasyk version 1.0.0, generated on Tue Nov 25 12:09:47 2003.