Previous topic

discodex ReST API

Next topic

discodex.settings – Discodex Settings

This Page

discodex.objects – objects passed to and from the discodex server

class discodex.objects.DataSet
Specifies a collection of inputs to be indexed and how to index them.
class discodex.objects.Index
A collection of ichunks resulting from a DataSet previously indexed by discodex.
class discodex.objects.MetaSet

An Index together with a metakeyer function used to describe how the index should be metaindexed.

See discodex.mapreduce.metakeyers and discodex.mapreduce.MetaIndexer.