|
IDZEBRA
2.0.54
|
Data Fields | |
| const char * | index_name |
| const char * | index_type |
| const char * | extra |
| struct index_spec * | next |
Definition at line 89 of file retrieve.c.
| const char* index_spec::extra |
Definition at line 92 of file retrieve.c.
Referenced by parse_index_spec().
| const char* index_spec::index_name |
Definition at line 90 of file retrieve.c.
Referenced by facet_fetch(), parse_index_spec(), sort_fetch(), and special_index_fetch().
| const char* index_spec::index_type |
Definition at line 91 of file retrieve.c.
Referenced by facet_fetch(), parse_index_spec(), sort_fetch(), and special_index_fetch().
| struct index_spec* index_spec::next |
Definition at line 93 of file retrieve.c.
Referenced by facet_fetch(), parse_index_spec(), perform_facet(), perform_facet_index(), sort_fetch(), and special_index_fetch().
1.8.1.2