Citation Keyword Python Module

Keywords linked to citations.

class pacifica.metadata.orm.citation_keyword.CitationKeyword(*args, **kwargs)

CitationKeywords Model.

Attributes:
Name Description
citation Link to the Citation model
keyword Link to the Keyword model
DoesNotExist

alias of CitationKeywordDoesNotExist

static elastic_mapping_builder(obj)

Build the elasticsearch mapping bits.

from_hash(obj)

Convert the hash into the object.

to_hash(**flags)

Convert the object to a hash.

classmethod where_clause(kwargs)

Where clause for the various elements.