Name | Type | Default value | Description |
---|---|---|---|
generateAnalysis | boolean | True | Creates the required mappings and document processors for this property. Only set this option to "false" to take complete control over analysis expansion for this property. |
generateIndexSchema | boolean | True | Creates the required index fields for this property. Only set this option to "false" to take complete control over index schema expansion for this property. |
generatePrefix | boolean | True | Creates a prefix handler in the search logics for this property. Only set this option to "false" to take complete control over query prefix handler expansion for this property. |
generateFacet | boolean | True | Creates a category facet in the search logics for this property. Only set this option to "false" to take complete control over facet config expansion for this property. |
generateMeta | boolean | True | Creates a hit meta in the search logics for this property. Only set this option to "false" to take complete control over meta expansion for this property. |
expandedPipelines | string | A comma-separated list of analysis pipelines to generate mappings and document processors on. If empty, generate on all pipelines. | |
expandedSearchLogics | string | A comma-separated list of search logics to generate prefix handlers, facets and hit metas on. If empty, generate on all search logics. |