File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed
specification/graph/_types Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -24,22 +24,7 @@ export class Hop {
24
24
/**
25
25
* Specifies one or more fields from which you want to extract terms that are associated with the specified vertices.
26
26
*/
27
- connections ?: NextHop
28
- /**
29
- * A seed query that identifies the documents of interest.
30
- */
31
- query : QueryContainer
32
- /**
33
- * Contains the fields you are interested in.
34
- */
35
- vertices : VertexDefinition [ ]
36
- }
37
-
38
- export class NextHop {
39
- /**
40
- * Specifies one or more fields from which you want to extract terms that are associated with the specified vertices.
41
- */
42
- connections ?: NextHop
27
+ connections ?: Hop
43
28
/**
44
29
* An optional guiding query that constrains the Graph API as it explores connected terms.
45
30
*/
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ export class VertexDefinition {
58
58
size ?: integer
59
59
}
60
60
61
+ /** @shortcut_property term */
61
62
export class VertexInclude {
62
63
boost : double
63
64
term : string
You can’t perform that action at this time.
0 commit comments