|
YAZ 5.35.1
|
#include <facet.h>
Data Fields | |
| int | errcode |
| char * | errstring |
| const char * | useattr |
| char | useattrbuff [30] |
| int | sortorder |
| int | limit |
| int | start |
A helper structure to extract all the attribute stuff from one Z_AttributesList for facets. The pointers will all be to the Z-structures, or to constants, so there is no need to worry about freeing them
| int yaz_facet_attr::errcode |
Definition at line 54 of file facet.h.
Referenced by numattr(), useattr(), yaz_facet_attr_get_z_attributes(), yaz_facet_attr_init(), yaz_solr_encode_facet_field(), and yaz_sru_facet_request().
| char* yaz_facet_attr::errstring |
Definition at line 55 of file facet.h.
Referenced by build_facet_response(), numattr(), useattr(), yaz_facet_attr_get_z_attributes(), and yaz_facet_attr_init().
| int yaz_facet_attr::limit |
Definition at line 61 of file facet.h.
Referenced by build_facet_response(), get_zoom_facet_field(), yaz_facet_attr_get_z_attributes(), yaz_facet_attr_init(), yaz_solr_encode_facet_field(), and yaz_sru_facet_request().
| int yaz_facet_attr::sortorder |
Definition at line 60 of file facet.h.
Referenced by build_facet_response(), yaz_facet_attr_get_z_attributes(), yaz_facet_attr_init(), yaz_solr_encode_facet_field(), and yaz_sru_facet_request().
| int yaz_facet_attr::start |
Definition at line 62 of file facet.h.
Referenced by build_facet_response(), handle_Z3950_records(), yaz_facet_attr_get_z_attributes(), yaz_facet_attr_init(), yaz_solr_encode_facet_field(), yaz_solr_encode_request(), yaz_sru_facet_request(), and ZOOM_connection_Z3950_search().
| const char* yaz_facet_attr::useattr |
Definition at line 56 of file facet.h.
Referenced by build_facet_response(), get_zoom_facet_field(), useattr(), yaz_facet_attr_init(), yaz_solr_encode_facet_field(), yaz_sru_facet_request(), and yaz_sru_facet_response().
| char yaz_facet_attr::useattrbuff[30] |
Definition at line 59 of file facet.h.
Referenced by useattr(), yaz_facet_attr_get_z_attributes(), and yaz_facet_attr_init().