XML Configuration Reference : Index : DateCategoryContentTarget
 
DateCategoryContentTarget
com.exalead.indexing.analysis.v10.DateCategoryContentTarget
CategoryContentTarget specific to date.
Parent elements:
com.exalead.indexing.analysis.v10.ContextMapping (as ContextMapping)
Attributes:
Name
Type
Default value
Description
categoryRoot
string
Builds the category path.
categoryAppend
boolean
True
Appends the textual content of the DocumentChunk to the category root. If false, only the category root will be used.
appendContextNameToRoot
boolean
Appends the context name between the root and the value.
form
string
normalized
The form of the word to be used to build the category path. {@code enum(exact,normalized)}
retrievable
boolean
Stores the category path, which enables display and navigation by category path. If false, we only index the SemanticAnnotation (Advanced usage - langdate hacks).
cleanupContent
boolean
True
If true:
Removes trailing and leading unicode-spaces.
Replaces all sequences of unicode-space characters by a single 'space' character.
Does not map to the category in append mode if the DocumentChunk does not contain at least one unicode alpha-numerical character.
detectTitle
boolean
Detect words set after # in path and use them as title
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.
inputFormat
string
Specifies the input format of the date, in UNIX date format. Set null value for automatic detection of standard formats.