#include <searchm.h>
Data Fields | |
int | structure |
int | cmd_structure |
int | page |
int | display |
int | bRequery |
int | bReqID |
unsigned char | reqid [SEARCHM_UNIQUEID_SIZE+1] |
searchm_sub_query_t | sq [SEARCHM_MAX_SUBQUERIES] |
searchm_sortpair_t | sp [SEARCHM_MAX_SORTPAIRS] |
int | i_limit |
searchm_limit_data_t | limit [SEARCHM_LIMIT_MAX] |
int | i_index |
searchm_indexfile_t | index [SEARCHM_MAX_INDEX] |
int | i_within |
|
True if reqid is valid. |
|
True: reqid was given on the command line, and this is a requery of a previously created search thread. False: reqid will be/was generated, and this request is creating a search thread. |
|
Similar to structure, but IN_ALL is (1<<8). Keeps track of which within parameters have been seen on the command/ query line. |
|
The searchm_qdisplay value. |
|
The number of valid index parameters. |
|
The number of valid limits given on cmdline |
|
The number of within parameters given. |
|
The sorted index element list. |
|
|
|
The searchm_qpage value. |
|
The reqid parameter value or the generated reqid. |
|
The sort pairs information. |
|
The sub-query informatin. |
|
The calculated SwishSetStructure value. 0 implies not used. |