-
Notifications
You must be signed in to change notification settings - Fork 44
Interconnecting iQvoc
Robert Glaser edited this page Oct 15, 2013
·
25 revisions
iQvoc uses adaptors in order to facilitate distributed access to other remote iQvoc instances.
Find concepts in other instances of iQvoc.
Attention
Please note that this feature is still WIP and can only be found in the adaptors-branch.
Initializing an adaptor instance is easy: Just provide a URI for your remote iQvoc instance(s).
require 'iqvoc/adaptors/iqvoc'
remote = IqvocSearchAdaptor.new("http://your-iqvoc-instance.company.net/")
remote.search("foo", {})
# Returns a collection of `SearchResult` instances