metaproxy  1.21.0
Public Member Functions | Public Attributes | List of all members
metaproxy_1::filter::Zoom::Searchable Class Reference
Inheritance diagram for metaproxy_1::filter::Zoom::Searchable:
Inheritance graph
Collaboration diagram for metaproxy_1::filter::Zoom::Searchable:
Collaboration graph

Public Member Functions

 Searchable (CCL_bibset base)
 
 ~Searchable ()
 

Public Attributes

std::string authentication
 
std::string authenticationMode
 
std::string contentAuthentication
 
std::string cfAuth
 
std::string cfProxy
 
std::string cfSubDB
 
std::string udb
 
std::string target
 
std::string query_encoding
 
std::string sru
 
std::string sru_version
 
std::string request_syntax
 
std::string element_set
 
std::string record_encoding
 
std::string transform_xsl_fname
 
std::string transform_xsl_content
 
std::string urlRecipe
 
std::string contentConnector
 
std::string sortStrategy
 
std::string extraArgs
 
std::string rpn2cql_fname
 
std::string retry_on_failure
 
std::string no_cproxy
 
std::map< std::string, std::string > cf_param
 
bool use_turbomarc
 
bool piggyback
 
CCL_bibset ccl_bibset
 
std::map< std::string, std::string > sortmap
 

Detailed Description

Definition at line 62 of file filter_zoom.cpp.

Constructor & Destructor Documentation

◆ Searchable()

mp::filter::Zoom::Searchable::Searchable ( CCL_bibset  base)

Definition at line 495 of file filter_zoom.cpp.

496 {
497  piggyback = true;
498  use_turbomarc = true;
499  sortStrategy = "embed";
500  retry_on_failure = "1"; // existing default (should have been false)
501  ccl_bibset = ccl_qual_dup(base);
502 }

◆ ~Searchable()

mp::filter::Zoom::Searchable::~Searchable ( )

Definition at line 504 of file filter_zoom.cpp.

505 {
506  ccl_qual_rm(&ccl_bibset);
507 }

Member Data Documentation

◆ authentication

std::string metaproxy_1::filter::Zoom::Searchable::authentication

Definition at line 64 of file filter_zoom.cpp.

◆ authenticationMode

std::string metaproxy_1::filter::Zoom::Searchable::authenticationMode

Definition at line 65 of file filter_zoom.cpp.

◆ ccl_bibset

CCL_bibset metaproxy_1::filter::Zoom::Searchable::ccl_bibset

Definition at line 90 of file filter_zoom.cpp.

◆ cf_param

std::map<std::string, std::string> metaproxy_1::filter::Zoom::Searchable::cf_param

Definition at line 87 of file filter_zoom.cpp.

◆ cfAuth

std::string metaproxy_1::filter::Zoom::Searchable::cfAuth

Definition at line 67 of file filter_zoom.cpp.

◆ cfProxy

std::string metaproxy_1::filter::Zoom::Searchable::cfProxy

Definition at line 68 of file filter_zoom.cpp.

◆ cfSubDB

std::string metaproxy_1::filter::Zoom::Searchable::cfSubDB

Definition at line 69 of file filter_zoom.cpp.

◆ contentAuthentication

std::string metaproxy_1::filter::Zoom::Searchable::contentAuthentication

Definition at line 66 of file filter_zoom.cpp.

◆ contentConnector

std::string metaproxy_1::filter::Zoom::Searchable::contentConnector

Definition at line 81 of file filter_zoom.cpp.

◆ element_set

std::string metaproxy_1::filter::Zoom::Searchable::element_set

Definition at line 76 of file filter_zoom.cpp.

◆ extraArgs

std::string metaproxy_1::filter::Zoom::Searchable::extraArgs

Definition at line 83 of file filter_zoom.cpp.

◆ no_cproxy

std::string metaproxy_1::filter::Zoom::Searchable::no_cproxy

Definition at line 86 of file filter_zoom.cpp.

◆ piggyback

bool metaproxy_1::filter::Zoom::Searchable::piggyback

Definition at line 89 of file filter_zoom.cpp.

◆ query_encoding

std::string metaproxy_1::filter::Zoom::Searchable::query_encoding

Definition at line 72 of file filter_zoom.cpp.

◆ record_encoding

std::string metaproxy_1::filter::Zoom::Searchable::record_encoding

Definition at line 77 of file filter_zoom.cpp.

◆ request_syntax

std::string metaproxy_1::filter::Zoom::Searchable::request_syntax

Definition at line 75 of file filter_zoom.cpp.

◆ retry_on_failure

std::string metaproxy_1::filter::Zoom::Searchable::retry_on_failure

Definition at line 85 of file filter_zoom.cpp.

◆ rpn2cql_fname

std::string metaproxy_1::filter::Zoom::Searchable::rpn2cql_fname

Definition at line 84 of file filter_zoom.cpp.

◆ sortmap

std::map<std::string, std::string> metaproxy_1::filter::Zoom::Searchable::sortmap

Definition at line 91 of file filter_zoom.cpp.

◆ sortStrategy

std::string metaproxy_1::filter::Zoom::Searchable::sortStrategy

Definition at line 82 of file filter_zoom.cpp.

◆ sru

std::string metaproxy_1::filter::Zoom::Searchable::sru

Definition at line 73 of file filter_zoom.cpp.

◆ sru_version

std::string metaproxy_1::filter::Zoom::Searchable::sru_version

Definition at line 74 of file filter_zoom.cpp.

◆ target

std::string metaproxy_1::filter::Zoom::Searchable::target

Definition at line 71 of file filter_zoom.cpp.

◆ transform_xsl_content

std::string metaproxy_1::filter::Zoom::Searchable::transform_xsl_content

Definition at line 79 of file filter_zoom.cpp.

◆ transform_xsl_fname

std::string metaproxy_1::filter::Zoom::Searchable::transform_xsl_fname

Definition at line 78 of file filter_zoom.cpp.

◆ udb

std::string metaproxy_1::filter::Zoom::Searchable::udb

Definition at line 70 of file filter_zoom.cpp.

◆ urlRecipe

std::string metaproxy_1::filter::Zoom::Searchable::urlRecipe

Definition at line 80 of file filter_zoom.cpp.

◆ use_turbomarc

bool metaproxy_1::filter::Zoom::Searchable::use_turbomarc

Definition at line 88 of file filter_zoom.cpp.


The documentation for this class was generated from the following file: