Spider Data Model : Fields : Scalar Fields : The Analyzer Property : 3.7.1.2.7 HTMLAnalyzer

3.7.1.2.7 HTMLAnalyzer
Text fields can optionally be assigned the HTMLAnalyzer. This analyzer indexes the element content of any HTML elements it finds in the text. Tag names and element attributes are ignored. The content of all elements is logically concatenated into a single text field, which is then indexed with the same process as the TextAnalyzer. For example, consider the following HTML document:
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<body>
<div name="Body">Hi Betty,
<p>Just a reminder that you’re scheduled to move to your “fancy” new office
tomorrow, number <b>B413</b>. If you have any questions, please let me know.
Thanks, John.
</div>
</body>
</html>
If this HTML document is the value of a field named Body, it generates the exact same terms as in the plain text example shown for the TextAnalyzer. Specifically, the terms generated are:
a any b413 betty fancy have hi if john just know let me move new number office please questions reminder scheduled thanks that to tomorrow you your you're