<indexterm> elements. You can
insert index term elements in the following:<topicref> element in a map that references the
topic: This applies those index terms to that topic only when used in that map,
allowing you to index topics differently in various publications. In paginated media,
index entries point to the page where the topic starts.<indexterm> element occurs, even if
that is not the page where the topic starts.To add index terms to the text of a topic of the topic header, create the elements as you normally would in Oxygen XML Author Eclipse plugin. To add index terms to a map, open the map in the editor and add the elements, as you normally would, in a topic.
In some media, indexes will be generated automatically when index entries are found in the
source. For other media, such as books, you may need to tell DITA where to place the index.
For instance, to add an index to a bookmap, you need to add an <indexlist> element to the
<backmatter> of the book.
<indexlist>
to your project creates an instruction to the DITA publishing routines to create an index.
There is no guarantee that all DITA output types or third-party customizations obey that
instruction or create the index the way you want it. Modifying the output may be necessary
to get the result you want.