nodejs.js | |
bbop. | NodeJS BBOP manager for dealing with remote calls. |
Functions | |
nodejs | Contructor for the GOlr query manager; NodeJS flavor. |
update | See the documentation in <golr_manager.js> on update to get more of the story. |
NodeJS BBOP manager for dealing with remote calls. Remember, this is actually a “subclass” of bbop.golr.manager.
This may be madness.
bbop.golr.manager.nodejs = function ( golr_loc, golr_conf_obj )
Contructor for the GOlr query manager; NodeJS flavor. YMMV.
golr_loc | string url to GOlr server; |
golr_conf_obj | a bbop.golr.conf object |
golr manager object
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.
callback_type | callback type string |
rows | [serially optional] integer; the number of rows to return |
start | [serially optional] integer; the offset of the returned rows |
the query url (with any NodeJS specific paramteters)
Contructor for the GOlr query manager; NodeJS flavor.
bbop.golr.manager.nodejs = function ( golr_loc, golr_conf_obj )
See the documentation in golr_manager.js on update to get more of the story.
bbop.golr.manager.nodejs.prototype.update = function( callback_type, rows, start )
Get the current invariant state of the manager returned as a encoded URL string (using encodeURI()).
this.get_query_url = function()