app_search_index_requests

0 rows


Description

Records requests for (re)indexing of specific contexts. Entries will be removed from this table when indexing of that context is complete. (This table is not used for normal time-based indexing of new content.)

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_search_index_requests_id_seq'::regclass)
contextid int8 19 null
app_context.id Defined in XMLR
searcharea varchar 255 ''::character varying
timerequested int8 19 null
partialarea varchar 255 ''::character varying
partialtime int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_searinderequ_id_pk Primary key Asc id
app_searinderequ_con_ix Performance Asc contextid

Relationships