Skip to content

Commit 4f7d913

Browse files
committed
move TokenPruningConfig to base _types level
1 parent 1cb74b2 commit 4f7d913

File tree

9 files changed

+77
-77
lines changed

9 files changed

+77
-77
lines changed

output/openapi/elasticsearch-openapi.json

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

output/openapi/elasticsearch-serverless-openapi.json

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

output/schema/schema.json

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

output/typescript/types.ts

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

specification/_types/mapping/SparseVectorIndexOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919

20-
import { TokenPruningConfig } from '@_types/query_dsl/TokenPruningConfig'
20+
import { TokenPruningConfig } from '@_types/TokenPruningConfig'
2121

2222
export class SparseVectorIndexOptions {
2323
/**

specification/_types/query_dsl/SparseVectorQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
import { Field, Id } from '@_types/common'
2121
import { float } from '@_types/Numeric'
2222
import { Dictionary } from '@spec_utils/Dictionary'
23+
import { TokenPruningConfig } from '../TokenPruningConfig'
2324
import { QueryBase } from './abstractions'
24-
import { TokenPruningConfig } from './TokenPruningConfig'
2525

2626
/**
2727
* @variants container

specification/_types/query_dsl/TextExpansionQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
* under the License.
1818
*/
1919

20+
import { TokenPruningConfig } from '../TokenPruningConfig'
2021
import { QueryBase } from './abstractions'
21-
import { TokenPruningConfig } from './TokenPruningConfig'
2222

2323
/**
2424
* @ext_doc_id query-dsl-text-expansion-query

specification/_types/query_dsl/WeightedTokensQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
import { float } from '@_types/Numeric'
2121
import { Dictionary } from '@spec_utils/Dictionary'
22+
import { TokenPruningConfig } from '../TokenPruningConfig'
2223
import { QueryBase } from './abstractions'
23-
import { TokenPruningConfig } from './TokenPruningConfig'
2424

2525
/**
2626
* @ext_doc_id query-dsl-weighted-tokens-query

0 commit comments

Comments
 (0)