Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

New data sources are available for the web sites to display information managed in the CineFiles CollectionSpace system.  Their design is based on the requirements for the IST-developed site, but they have been refactored extensively.  These data sources are described below.  A separate document will describe how these data sources are refreshed (TBD).

doclist_view

doclist_view is a table despite the name.  The name was retained in order to simplify refactoring the IST developed CineFiles web site.  This is the primary source for searching documents (keyword search and field-based search).

Schema

Field

Type

Notes

doc_id

int8

 

doctitle

varchar

 

doctype

text

 

pages

int8

 

pg_info

varchar

 

source

text

usually the publisher of the document

src_id

text

source identifier used behind the scenes

author

text

Can be multiple pipe-separated values.

name_id

int4

always '2' because this short identifier is no longer used.

doclanguage

text

Can be multiple pipe-separated values.

pubdate

varchar

 

code

int4

Access code for this document:
0 = PFA Staff Only
null = PFA Staff Only
1 = In House Only
2 = Campus (UCB)
3 = Education (.edu)
4 = World

cast_cr

bool

 

tech_cr

bool

 

bx_info

bool

 

filmog

bool

 

dist_co

bool

 

prod_co

bool

 

costinfo

bool

 

illust

bool

 

biblio

bool

 

docurl

varchar

URL provided for direct access or further information

pubdatescalar

timestamp

publication date

srcurl

varchar

 

docsubject

text

Subject of document. Can be multiple pipe-separated values.

docnamesubject

text

Named subjects (person or organization) in document. Can be multiple pipe-separated values.

Notes

Example rows

2

The abyss

review

2

 

New Yorker, The

organization484

Terrence Rafferty

2

English

1989 Sep 04

0

FALSE

FALSE

FALSE

FALSE

FALSE

FALSE

FALSE

FALSE

FALSE

 

9/3/89 17:00

(null)

(null)

(null)

3

The abyss

review

2

 

Film Journal International

organization15066

Kevin Lally

2

English

1989 Sep

4

TRUE

TRUE

FALSE

FALSE

FALSE

TRUE

FALSE

FALSE

FALSE

 

8/31/89 17:00

(null)

(null)

(null)

4

There is a tide

review

1

p. 61

Village Voice

organization494

Amy Taubin

2

English

1989 Aug 15

4

FALSE

FALSE

FALSE

FALSE

TRUE

TRUE

TRUE

FALSE

FALSE

 

8/14/89 17:00

http://www.villagevoice.com/

(null)

(null)

12

The abyss: a foray into deep waters

review

2

p. H-15

New York Times

organization482

Aljean Harmetz

2

English

1989 Aug 06

0

FALSE

FALSE

FALSE

FALSE

FALSE

FALSE

TRUE

FALSE

FALSE

 

8/5/89 17:00

(null)

Underwater cinematography

James Cameron|Ed Harris

13

Playing with water

review

1

p. H-16

New York Times

organization482

David A. Kaplan

2

English

1989 Aug 06

0

FALSE

FALSE

FALSE

FALSE

FALSE

FALSE

FALSE

FALSE

FALSE

 

8/5/89 17:00

(null)

Special effects

Industrial Light and Magic (Studio)

  • No labels