Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/generators/versioning/search-index.generator.ts
Search index options
Properties
| Property | Type |
|---|---|
baseUrl | string |
includeCode | boolean |
minWeight | number |
keywordExtractor | (entity: Entity) => string[] |
weightCalculator | (entity: Entity) => number |
Was this page helpful?