XML Configuration Reference : Index : NumericalRange
 
NumericalRange
com.exalead.indexing.analysis.v10.NumericalRange
Associates text with a numerical range. The range includes all values >= beg and <= end (beg <= x <= end). A range corresponding to a unique value with beg = end is allowed.
Parent elements:
com.exalead.indexing.analysis.v10.ForcedRangeNumericalPartitioning (as ForcedRangeNumericalPartitioning)
Attributes:
Name
Type
Default value
Description
beg
long
The lower bound.
end
long
The upper bound.
text
string
The associated text.