Split Document Content into Sections
Dividing the content of long documents into sections can result in more relevant search results, because IDOL Server can return a specific part of a document in response to a query.
To divide document content into sections, use the Sectioner
task.
The Sectioner
import task must be configured as a Post task. The parameters that are passed to the task are specified in a named section of the configuration file. For example:
[ImportTasks] Post0=Sectioner:Sectioning [Sectioning] SectionerMaxBytes=3000 SectionerMinBytes=1500
For information about the parameters that you can use to configure this task, refer to the Connector Framework Server Reference.