XML Configuration Reference : Index : EnumFacetContentTarget
 
EnumFacetContentTarget
com.exalead.indexing.analysis.v10.EnumFacetContentTarget
EnumFacetContentTarget maps the content according to the specified EnumFacet.
Parent elements:
com.exalead.indexing.analysis.v10.ContextMapping (as ContextMapping)
Attributes:
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)}