Skip to content

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.

Remote Search

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.

Adaptor

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