|
IDZEBRA 2.2.8
|
Data Fields | |
| const char * | index_name |
| const char * | index_type |
| const char * | extra |
| struct index_spec * | next |
Definition at line 92 of file retrieve.c.
| const char* index_spec::extra |
Definition at line 95 of file retrieve.c.
Referenced by parse_index_spec(), and perform_facet().
| const char* index_spec::index_name |
Definition at line 93 of file retrieve.c.
Referenced by facet_fetch(), parse_index_spec(), perform_facet(), sort_fetch(), special_index_fetch(), and special_index_xml_record().
| const char* index_spec::index_type |
Definition at line 94 of file retrieve.c.
Referenced by facet_fetch(), parse_index_spec(), perform_facet(), snippet_check_fields(), snippet_xml_record(), sort_fetch(), special_index_fetch(), and special_index_xml_record().
| struct index_spec* index_spec::next |
Definition at line 96 of file retrieve.c.
Referenced by facet_fetch(), parse_index_spec(), perform_facet(), perform_facet_index(), sort_fetch(), special_index_fetch(), and special_index_xml_record().