Name | Type | Default value | Description |
---|---|---|---|
indexField | string | The indexField to populate with this content. If null, the contextName of the DocumentChunk will be used for the index field. | |
forcedRank | long | Sets the ranking value for chunks in this mapping. -1 means that the chunk internal ranking value is kept. | |
rankBoost | long | Offsets the chunk internal ranking value. Use it only when forcedRank = -1 For example, if forcedRank=-1, rankBoost=2, and the chunk internal ranking value is 4, the final rank will be 6. | |
enumFacetId | string | The id of the EnumFacet this target refers to. | |
form | string | normalized | The form of the values for the facet stringValues {@code enum(exact,normalized)} |