|
YAZ 5.35.1
|
#include <srw.h>
Data Fields | |
| Odr_int * | numberOfRecords |
| char * | resultCountPrecision |
| char * | resultSetId |
| Odr_int * | resultSetIdleTime |
| Z_SRW_record * | records |
| int | num_records |
| Z_SRW_diagnostic * | diagnostics |
| int | num_diagnostics |
| Odr_int * | nextRecordPosition |
| Z_SRW_extra_record ** | extra_records |
| Z_FacetList * | facetList |
| char * | suggestions |
| Z_SRW_diagnostic* Z_SRW_searchRetrieveResponse::diagnostics |
Definition at line 106 of file srw.h.
Referenced by handle_srw_response(), process_http_request(), srw_bend_search(), yaz_solr_decode_error(), yaz_srw_codec(), and yaz_srw_get_pdu().
| Z_SRW_extra_record** Z_SRW_searchRetrieveResponse::extra_records |
Definition at line 110 of file srw.h.
Referenced by srw_bend_search(), yaz_srw_codec(), and yaz_srw_get_pdu().
| Z_FacetList* Z_SRW_searchRetrieveResponse::facetList |
Definition at line 111 of file srw.h.
Referenced by handle_srw_response(), srw_bend_search(), yaz_solr_decode_facet_counts(), yaz_srw_codec(), and yaz_srw_get_pdu().
| Odr_int* Z_SRW_searchRetrieveResponse::nextRecordPosition |
Definition at line 108 of file srw.h.
Referenced by yaz_srw_codec(), and yaz_srw_get_pdu().
| int Z_SRW_searchRetrieveResponse::num_diagnostics |
Definition at line 107 of file srw.h.
Referenced by handle_srw_response(), process_http_request(), srw_bend_search(), yaz_solr_decode_error(), yaz_srw_codec(), and yaz_srw_get_pdu().
| int Z_SRW_searchRetrieveResponse::num_records |
Definition at line 104 of file srw.h.
Referenced by handle_srw_response(), srw_bend_search(), yaz_solr_decode_result_docs(), yaz_srw_codec(), and yaz_srw_get_pdu().
| Odr_int* Z_SRW_searchRetrieveResponse::numberOfRecords |
Definition at line 98 of file srw.h.
Referenced by handle_srw_response(), srw_bend_search(), yaz_solr_decode_response(), yaz_solr_decode_result(), yaz_srw_codec(), and yaz_srw_get_pdu().
| Z_SRW_record* Z_SRW_searchRetrieveResponse::records |
Definition at line 103 of file srw.h.
Referenced by handle_srw_response(), srw_bend_search(), yaz_solr_decode_result_docs(), yaz_srw_codec(), and yaz_srw_get_pdu().
| char* Z_SRW_searchRetrieveResponse::resultCountPrecision |
Definition at line 99 of file srw.h.
Referenced by handle_srw_response(), srw_bend_search(), yaz_srw_codec(), and yaz_srw_get_pdu().
| char* Z_SRW_searchRetrieveResponse::resultSetId |
Definition at line 100 of file srw.h.
Referenced by handle_srw_response(), srw_bend_search(), yaz_srw_codec(), and yaz_srw_get_pdu().
| Odr_int* Z_SRW_searchRetrieveResponse::resultSetIdleTime |
Definition at line 101 of file srw.h.
Referenced by srw_bend_search(), yaz_srw_codec(), and yaz_srw_get_pdu().
| char* Z_SRW_searchRetrieveResponse::suggestions |
Definition at line 112 of file srw.h.
Referenced by handle_srw_response(), yaz_solr_decode_spellcheck(), yaz_srw_codec(), and yaz_srw_get_pdu().