Indexing catalog page

Key point: Review the configuration of index fields in your project.

The indexing catalog is the list of all fields found in the indexes of the groups in the project. The fields are defined by their name – the built-in field names all start with ps. The other field attributes are:

  • Stored – If the field is stored in the index, meaning it can be included in the search results.
  • Sorted – If the field can be used to sort the results. An asterisk indicates the field is defined to allow multiple values.
  • Tokenized – If the field’s contents are tokenized in the index, meaning each word is a separate token. Most content fields are tokenized (comment or document contents, document description, block labels, titles...).
  • Numeric – Numeric formats are listed here (integer or long) for numeric fields. They can be used as comparison or range filters.
  • Date – For fields which are dates, their format and granularity is listed here. Similar to numeric fields, date fields can be searched or used as range filters only if they are defined as such.
  • Boost – If a boost is assigned to a field, it features higher in the search results when there is a match.

PSML properties are by default non tokenized text format, to be used as a keyword for example.
PSML properties with names ending -text have their content tokenized when indexing.

How to find this page

Administration menu > [Project] > Administration > Indexing catalog