jina.types.sets.match¶
-
class
jina.types.sets.match.
MatchSet
(docs_proto, reference_doc)[source]¶ Bases:
jina.types.sets.document.DocumentSet
-
append
(document, **kwargs)[source]¶ Add a matched document to the current Document
- Return type
- Returns
the newly added sub-document in
Document
view
-
property
granularity
¶ The granularity of all document in this set
- Return type
int
-
property
adjacency
¶ The adjacency of all document in this set
- Return type
int
-