rhino.js

Summary
rhino.js
bbop.golr.manager.rhinoRhino BBOP manager for dealing with remote calls.
Functions
rhinoContructor for the GOlr query manager; Rhino-style.
updateSee the documentation in <golr_manager.js> on update to get more of the story.
fetchThis is the synchronous data getter for Rhino--probably your best bet right now for scripting.

bbop.golr.manager.rhino

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

This may be madness.

Summary
Functions
rhinoContructor for the GOlr query manager; Rhino-style.
updateSee the documentation in <golr_manager.js> on update to get more of the story.
fetchThis is the synchronous data getter for Rhino--probably your best bet right now for scripting.

Functions

rhino

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

Contructor for the GOlr query manager; Rhino-style.

Beware that this version is a synchronous call.

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.rhino.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 Rhino.

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 Rhino specific paramteters)

Also see

get_query_url

fetch

bbop.golr.manager.rhino.prototype.fetch = function()

This is the synchronous data getter for Rhino--probably your best bet right now for scripting.

Parameters

n/a

Returns

bbop.golr.response or null

Also see

update

bbop.golr.manager.rhino = function (golr_loc,
golr_conf_obj)
Contructor for the GOlr query manager; Rhino-style.
bbop.golr.manager.rhino.prototype.update = function(callback_type,
rows,
start)
See the documentation in golr_manager.js on update to get more of the story.
bbop.golr.manager.rhino.prototype.fetch = function()
This is the synchronous data getter for Rhino--probably your best bet right now for scripting.
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()).
Generic BBOP handler for dealing with the gross parsing of responses from a GOlr server (whereas golr_conf deals with the reported configuration).
Close