Skip to content

Commit cc4d2ad

Browse files
committed
Fix Hop
1 parent a3bb68c commit cc4d2ad

File tree

3 files changed

+7
-69
lines changed

3 files changed

+7
-69
lines changed

output/schema/schema.json

Lines changed: 5 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/graph/_types/Hop.ts

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff 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
*/

specification/graph/_types/Vertex.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export class VertexDefinition {
5858
size?: integer
5959
}
6060

61+
/** @shortcut_property term */
6162
export class VertexInclude {
6263
boost: double
6364
term: string

0 commit comments

Comments
 (0)