Viewing index stripe information

Each index stripe and details of its internal data structures are listed on the Index Information page. The details include metadata indexes and the data structures needed to track indexed documents.

Table 2-5: Index stripe properties

Property

Value

Root directory

The location where the index stripe stores its data

Term Index Segments

The number of segments into which term indexes are divided

Metadata Index Segments

The number of segments into which metadata indexes are divided

Document sections

The total number of live and deleted document sections in the index stripe

Deleted document sections

The number of deleted document sections for which this stripe still holds data (data that is purged on unification)

Live document sections

The number of live document sections for which this stripe holds data

Document lexicon

Segments

The number of segments into which the document lexicon is divided

Documents (live and deleted)

The number of live and deleted document sections in the lexicon

Document section ID range

The ID range of the document section IDs (first to last)

Last Indexed

The path or reference of the last document indexed and the time it was added

NoteReferred as “path” for file system document stores, a “primary key” for database document stores, and a “UID” for passive document stores.