File tree Expand file tree Collapse file tree 3 files changed +7
-69
lines changed
specification/graph/_types Expand file tree Collapse file tree 3 files changed +7
-69
lines changed Original file line number Diff line number Diff line change @@ -24,22 +24,7 @@ export class Hop {
2424 /**
2525 * Specifies one or more fields from which you want to extract terms that are associated with the specified vertices.
2626 */
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
4328 /**
4429 * An optional guiding query that constrains the Graph API as it explores connected terms.
4530 */
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ export class VertexDefinition {
5858 size ?: integer
5959}
6060
61+ /** @shortcut_property term */
6162export class VertexInclude {
6263 boost : double
6364 term : string
You can’t perform that action at this time.
0 commit comments