Set StripXMLWhiteSpace
to False
if you do not want to remove white spaces (spaces, tabs, carriage returns, line feeds, and so on) from XML before you index it into HPE IDOL Server. By default, HPE IDOL Server removes spaces and creates an empty tag. For example, <A> </A>
becomes <A />
.
HPE IDOL Server does not strip spaces if a field contains any non-white-space characters.
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | Server |
Example: | StripXMLWhiteSpace=False
|
See Also: |
|