nodejs.js

Summary
nodejs.js
bbop.golr.manager.nodejsNodeJS BBOP manager for dealing with remote calls.
Functions
nodejsContructor for the GOlr query manager; NodeJS flavor.
updateSee the documentation in <golr_manager.js> on update to get more of the story.

bbop.golr.manager.nodejs

NodeJS BBOP manager for dealing with remote calls.  Remember, this is actually a “subclass” of bbop.golr.manager.

This may be madness.

Summary
Functions
nodejsContructor for the GOlr query manager; NodeJS flavor.
updateSee the documentation in <golr_manager.js> on update to get more of the story.

Functions

nodejs

bbop.golr.manager.nodejs = function (golr_loc,
golr_conf_obj)

Contructor for the GOlr query manager; NodeJS flavor.  YMMV.

Arguments

golr_locstring url to GOlr server;
golr_conf_obja bbop.golr.conf object

Returns

golr manager object

See also

bbop.golr.manager

update

bbop.golr.manager.nodejs.prototype.update = function(callback_type,
rows,
start)

See the documentation in <golr_manager.js> on update to get more of the story.  This override function adds functionality to NodeJS.

Parameters

callback_typecallback type string
rows[serially optional] integer; the number of rows to return
start[serially optional] integer; the offset of the returned rows

Returns

the query url (with any NodeJS specific paramteters)

Also see

get_query_url

bbop.golr.manager.nodejs = function (golr_loc,
golr_conf_obj)
Contructor for the GOlr query manager; NodeJS flavor.
bbop.golr.manager.nodejs.prototype.update = function(callback_type,
rows,
start)
See the documentation in golr_manager.js on update to get more of the story.
Generic BBOP manager for dealing with gross GOlr configuration and management.
this.get_query_url = function()
Get the current invariant state of the manager returned as a encoded URL string (using encodeURI()).
Close