Skip to main content

 Index

Indexing reference

Legend and explanations

Explanations and legends relating to the index documentation.

Index terminology

The terms used in the index documentation are borrowed from Apache Lucene.

TermAbbr.Meaning
StoredSThe content of the field is stored in the index and available in search results.
CompressedZThe content of the field is stored in the index using compressed format and might be available in search results.
AnalyzedA

The content has been tokenized so that individual terms and phrases can be searched.

When a field is analyzed; facets for this field are made of individual terms.

IndexedI

The content has been indexed as it is; searches can only match the full content (prefix and fuzzy searches are possible also).

When a field is simply indexed (as opposed to analyzed), facets values use the entire field value.

IntNThe field is interpreted as a numeric field so that it can be stored and sorted efficiently.
LongLThe field is interpreted as a numeric field so that it can be stored and sorted efficiently.

Cardinality

The cardinality denotes the number instances if the field is supported by the kind of indexable item.

TermAbbr.Meaning
1If the field is supported, it is always available
0..1?If the field is supported, it might be available
0..N*If the field is supported, there might be multiple instances
1..N+If the field is supported, there is at least one instance

Legend

For brevity, the documents use icons to denote the different kinds of indexable items.

IconDescription
folder_icon.svgFolders
word_icon.svgMicrosoft Word document
pdf_icon.svgPDF document
html_icon.svgHTML document
xml_icon.svgXML document
psml_icon.svgPageSeeder document (PSML)
file_icon.svgAny other type of document
image_icon.svgImage (gif, bmp, png or jpeg)
task_icon.svgTask
comment_icon.svgComment
Created on , last edited on