Whether to split HTML pages into separate entries in the database. This is useful for large HTML pages that contain multiple articles or other content that should be searchable separately. If set to Y, each HTML page will be split into multiple entries.
The split is done by looking for Split HTML Selectors that have an id attribute. The id attribute is used to determine the anchor for the split page entry.
If there are any header tags (h1, h2, h3, etc.) in the split element, the first header tag will be used as the title for the split page entry. If no title can be determined the id will be used.
Text in and after the element with the id will be included until the enclosing block is closed, or if the id occurs on a heading tag then content in the same block up to the next heading of the same or higher level will be included.
Notes: This is currently an experimental setting. As such it may not work as expected, and may change in future versions.