Type alias InvertedIndex

InvertedIndex: GenericIndex & { analyzer: string; cleanupIntervalStep: number; commitIntervalMsec: number; consolidationIntervalMsec: number; consolidationPolicy: Required<TierConsolidationPolicy>; features: AnalyzerFeature[]; fields: { analyzer?: string; features?: AnalyzerFeature[]; includeAllFields?: boolean; name: string; nested?: InvertedIndexNestedField[]; searchField?: boolean; trackListPositions?: boolean }[]; includeAllFields: boolean; parallelism: number; primarySort: { compression: Compression; fields: { direction: Direction; field: string }[] }; searchField: boolean; storedValues: { compression: Compression; fields: string[] }[]; trackListPositions: boolean; type: "inverted"; writeBufferActive: number; writeBufferIdle: number; writeBufferSizeMax: number }

An object representing an inverted index.

Generated using TypeDoc