XML Configuration Reference
:
Index
: FieldRetrievalLimit
FieldRetrievalLimit
•
com.exalead.indexing.analysis.v10.FieldRetrievalLimit
•
Limits the size of text that can be retrieved from a given field. In some standard configuration, a FieldRetrievalLimit on the 'text' field is set to "maxLength=4096". This limits the size of the index on disk.
•
Parent elements:
◦
com.exalead.indexing.analysis.v10.MappingConfiguration
(as
MappingConfiguration)
•
Attributes:
Name
Type
Default value
Description
retrieveField
string
Field to limit.
maxLength
int
Max text size in bytes. The text will be clipped to the nearest word. Text is stored in UTF-8.
This site works best with JavaScript enabled