Type alias InvertedIndexField
InvertedIndexField: { analyzer?: string; cache?: boolean; features?: AnalyzerFeature[]; includeAllFields?: boolean; name: string; nested?: InvertedIndexNestedField[]; searchField?: boolean; trackListPositions?: boolean; } Type declaration
Optional
analyzer?: string
Optional
cache?: boolean
Optional
includeAllFields?: boolean
name: string
Optional
searchField?: boolean
Optional
trackListPositions?: boolean
An object representing a field in an inverted index.