This procedure describes how to edit the Index Definition document
so index values can be listed in IXIASOFT CCMS, and how to
include the index in a summary.
Note: This applies only to On-Premise deployments.
Warning:
Only make changes to the Index
Definition document during periods when very few users are working
in the environment.
Modifying anything in the Index
Definition document (indexes, reference lists, summaries, etc.) can have
a major effect on the indexing process; therefore, IXIASOFT recommends
that you make changes to it during off hours only. Some changes may
result in a reindexing of the TEXTML Server, which reduces its
performance and may impede user actions.
|
To edit:
-
Open the TEXTML Administration perspective by clicking the
TEXTML Administration shortcut on the
tool bar. If the shortcut is not displayed, follow these steps:
-
Select
-
Click TEXTML
Administration.
-
Click Open.
-
In the TEXTML
Administration view, double-click the server. If your server is
not displayed in the view, you must add it to the view.
-
When the Connect as dialog
opens, type your username and password and click OK.
-
Double-click the name of your Content Store to open a connection to it.
-
Expand the Content Store node.
-
Right-click Index
Definition and click Lock.
-
Double-click Index
Definition to open it in the editor.
-
To enable the index values to be listed, its
KEEPEXTRACTEDVALUES
attribute must be set to
"True". Search for the index in the <indexes>
section and edit the attribute, if
necessary.
For example:
<index CUSTOMPROPERTY="True" NAME="originalFilename">
<stringindex KEEPEXTRACTEDVALUES="True">
<elements>
<element DEPTH="0" XPATH="//userproperty[@type='originalFilename']"/>
</elements>
</stringindex>
</index>
-
To add the index or system property in a summary:
-
Locate the
<summaries>
section.
-
In the
<summary
NAME="fullsummary">
element, add a new <field>
element inside <fieldlist>
.
-
Define the
<field>
with the following attributes:
Name
: type
the name (Name
attribute
value) of the index as it is defined in the <Indexes>
section.
Type
: type
either Index
for an index
defined in the Index
Definition or Property
for a system or custom document
property.
Value
: type
All
to retrieve all
instances of the value or First
to retrieve only the first instance of the
value.
For example:
<field NAME="'originalFilename'" TYPE="Index" VALUE="All"/>
Tip: List the <field>
elements in alphabetical order by their
name
attribute to make the
list easier to read.
-
Save, close, and check in the Index
Definition document.
-
Inform users of the changes and request that they close and
reopen their CCMS Desktop to apply the
changes.