class documentation

class QueryPresence(Enum): (source)

View In Hierarchy

Defines possible behaviours for the term's presence in a document.

Constant OPTIONAL Undocumented
Constant PROHIBITED Undocumented
Constant REQUIRED Undocumented
OPTIONAL: int = (source)

Undocumented

Value
1
PROHIBITED: int = (source)

Undocumented

Value
3
REQUIRED: int = (source)

Undocumented

Value
2