Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

IndriDaemon query server

This application opens an Indri Repository and listens on a socket for requests from an Indri query client, and processes them as they arrive.

IndriDaemon Parameters

memory
an integer value specifying the number of bytes to use for the query retrieval process. The value can include a scaling factor by adding a suffix. Valid values are (case insensitive) K = 1000, M = 1000000, G = 1000000000. So 100M would be equivalent to 100000000. The value should contain only decimal digits and the optional suffix. Specified as <memory>100M</memory> in the parameter file and as -memory=100M on the command line.
index
path to the Indri Repository to act as server for. Specified as <index>/path/to/repository</index> in the parameter file and as -index=/path/to/repository on the command line.
port
an integer value specifying the port number to use.Specified as <port>number</port> in the parameter file and as -port=number on the command line.

Generated on Tue Jun 15 11:02:58 2010 for Lemur by doxygen 1.3.4