Class: KeywordTable
The underlying structure of each index.
Hierarchy
-
↳
KeywordTable
Constructors
constructor
• new KeywordTable(indexId?
, summary?
): KeywordTable
Parameters
Name | Type | Default value |
---|---|---|
indexId | `${string}-${string}-${string}-${string}-${string}` | undefined |
summary | undefined | undefined |
Returns
Inherited from
Defined in
packages/core/src/indices/IndexStruct.ts:10
Properties
indexId
• indexId: string
Inherited from
Defined in
packages/core/src/indices/IndexStruct.ts:7
summary
• Optional
summary: string
Inherited from
Defined in
packages/core/src/indices/IndexStruct.ts:8