Class: SummaryIndex
A SummaryIndex keeps nodes in a sequential order for use with summarization.
Extends
Constructors
new SummaryIndex()
new SummaryIndex(
init
):SummaryIndex
Parameters
• init: BaseIndexInit
<IndexList
>
Returns
Overrides
Source
packages/core/src/indices/summary/index.ts:58
Properties
docStore
docStore:
BaseDocumentStore
Inherited from
Source
packages/core/src/indices/BaseIndex.ts:60
indexStore?
optional
indexStore:BaseIndexStore
Inherited from
Source
packages/core/src/indices/BaseIndex.ts:61
indexStruct
indexStruct:
IndexList
Inherited from
Source
packages/core/src/indices/BaseIndex.ts:62
serviceContext?
optional
serviceContext:ServiceContext