Use the PARAMETRIC field type in addition
to either STRING , DATE , NUM ,
or BOOLEAN . You can define any attribute as parametric. Use
the parametric field type for guided navigation in the search results.
Parametric attributes display in the left-side navigation and filter bar of the Search page. You can use these attribute values to further
refine a query.
Note:
Parametric fields have an impact on memory usage and indexing
performance. They also increase disk usage. For performance reasons, do not
define as PARAMETRIC any attribute that could potentially
have more than 200 values. Parametric fields with thousands of potential
values negatively impact performance. Parametric means that 3DSpace Index tracks and remembers all the potential
choices for that field across all relevant information.
You can characterize Parametric fields by a finite number of values that
might be present in the GUI chooser. For example, you can define the Color
attribute as Parametric, since it has a limited number of possible values:
red, blue, green, etc. On the contrary, do not define the
Modified attribute as parametric, since there are
potentially an unbound number of possible choices. For example, define
the OWNER attribute as PARAMETRIC , since it
has a finite number of possible values (there are a finite number of people
defined in your company): <FIELD name="OWNER" select="owner"
format="user" type="STRING,PARAMETRIC"/>
|