|
IDZEBRA 2.2.8
|
Data Fields | |
| char * | index_type |
| zinfo_index_category_t | cat |
| char * | str |
| int | ordinal |
| zint | doc_occurrences |
| zint | term_occurrences |
| zinfo_index_category_t zebSUInfo::cat |
Definition at line 37 of file zinfo.c.
Referenced by zebraExplain_add_sui_info(), zebraExplain_trav_ord(), and zebraExplain_writeAttributeDetails().
| zint zebSUInfo::doc_occurrences |
Definition at line 40 of file zinfo.c.
Referenced by zebraExplain_add_sui_info(), zebraExplain_ord_adjust_occurrences(), zebraExplain_ord_get_doc_occurrences(), zebraExplain_ord_get_occurrences(), and zebraExplain_writeAttributeDetails().
| char* zebSUInfo::index_type |
Definition at line 36 of file zinfo.c.
Referenced by zebraExplain_add_sui_info(), zebraExplain_lookup_ord(), zebraExplain_readAttributeDetails(), zebraExplain_trav_ord(), and zebraExplain_writeAttributeDetails().
| int zebSUInfo::ordinal |
Definition at line 39 of file zinfo.c.
Referenced by zebraExplain_add_attr_str(), zebraExplain_add_sui_info(), zebraExplain_lookup_attr_str(), zebraExplain_trav_ord(), and zebraExplain_writeAttributeDetails().
| char* zebSUInfo::str |
Definition at line 38 of file zinfo.c.
Referenced by zebraExplain_add_attr_str(), zebraExplain_lookup_ord(), zebraExplain_trav_ord(), and zebraExplain_writeAttributeDetails().
| zint zebSUInfo::term_occurrences |
Definition at line 41 of file zinfo.c.
Referenced by zebraExplain_add_sui_info(), zebraExplain_ord_adjust_occurrences(), zebraExplain_ord_get_occurrences(), zebraExplain_ord_get_term_occurrences(), and zebraExplain_writeAttributeDetails().