ffmddb.core.models.index module

class ffmddb.core.models.index.CoreIndex

Bases: ffmddb.core.models.index.Index

Represents the core index, which tracks documents and metadata field names, as well as indices

class ffmddb.core.models.index.CrossCollectionIndex(name, from_collection_field, to_collection_field)

Bases: ffmddb.core.models.index.Index

Represents an index on one field common to a collection which maps to a field on another (or the same) collection

marshal()
class ffmddb.core.models.index.Index

Provides an interface of common methods for collection types

read()
write()
class ffmddb.core.models.index.SingleCollectionIndex(name, collection_field)

Bases: ffmddb.core.models.index.Index

Represents an index on one field common to a collection

marshal()