Skip to content

Information on Session Table

Anne Krause edited this page Mar 27, 2018 · 9 revisions

bestandid

This unique collection ID is for multitenancy. You can add as many multiple tenants as you need for your indexer projects.

sessionid

The indexer needs a unique “session ID” for every incoming volume or data package. Most indexer scripts take a sessionid as an argument to work on.

name

If you already have a numbering or naming scheme for your volumes, you can name them here.

datapath

The full qualified path (including absolute folder hierarchy, filename and extension) of a sector image to be mounted or the full qualified path of an incoming folder to work on.

localpath

The localpath is an internal base path where the indexer-software saves a copy of all incoming data using an artificial name. It includes the bestandid and the group.

mountpoint

Temporary mount point for sector images (like /mnt) or identical to datapath in case of a file based ingest.

mount

The column mount represents the complete command line for mounting an image, including any options. Placeholders $$IMAGE$$ and $$MOUNTPOINT$$ can be used for the content of datapath and mountpoint. If no image must be mounted leave this field blank.

umount

The umount column represents the complete command line for un-mounting an image, including any options. The placeholder $$MOUNTPOINT$$ can be used for the content of mountpoint. If no image must be mounted and unmounted, leave this field blank.

fscharset

This column represents the character set of the incoming filesystem.

description

This is an optional column for further describing your volumes.

group

In the group column you additionally specify the class of the volume to build large groups like “fd” for floppy disks, “od” for optical disks or “hd” for hard drives. Most indexer scripts which take a sessionid as an argument also accept a group name to work on a set of sessions/volumes.

solrpath

Points to the solrcore.

solrtime

Indicates the time at which the session’s metadata was transferred into SOLR.

ingesttime

Indicates the time when the volume was successfully ingested into the file table with recurse.php.

ignore

You can exclude volumes from being processed by entering a “1” into the ignore column. Useful for bad volumes which cannot be mounted successfully.