Enabling sentence units

You cannot create sentence units; you rather enable them in the Index Definition document. To be able to do so, you must check the Index Definition document out and save it on your hard drive.

For conceptual information on units, refer to the TEXTML Server Administration Guide.

To enable a sentence unit:

  1. Open the Index Definition document with any XML editor.
  2. Under the root element <indexdefinition> add a <units> element, which will hold each defined unit.
  3. Under the <units> element add a <unit> element, which represents one unit. Specify the name of the unit as value to the NAME attribute of <unit>.
  4. Under the <unit> element, add an empty <sentenceunit> element.
    • <units> <unit NAME = "Sentence"> <unitsentence/> </unit> </units>