home *** CD-ROM | disk | FTP | other *** search
- # $Id: style.ufl,v 1.7 1997/04/01 01:32:47 edwin Exp $
- # Copyright (C) 1987-1996 Verity, Inc.
- #
- # style.ufl - Application-specific User Fields
- #
- # These fields are included in the internal documents table. For
- # more information about adding fields to the internal documents
- # table, see the "Defining Custom Fields" chapter in the
- # Collection Building Guide.
- #
- # Example:
- #
- # data-table: ddf
- # {
- # varwidth: MyTitle dxa
- # }
-
- # -----------------------------------------------------------------
- # Specify additional application-specific fields here in their own
- # data-table[s].
-
-
- data-table: aac
- {
- varwidth: TITLE ddv
- /indexed = yes
- /case-sensitive = no
- }
-
- data-table: aad
- {
- fixwidth: MEDIA_LIST 1 unsigned-integer
- /indexed = yes
- /case-sensitive = no
- /minmax = yes
- }
-
- data-table: aag
- {
- indirect: MEDIA MEDIA_LIST
- /indexed = yes
- /case-sensitive = no
- /minmax = yes
- }
-