.\" DO NOT MODIFY THIS FILE! it was generated by rd2 .TH rast-create 1 "September 2005" .SH NAME .PP rast\-create \- Create Rast database. .SH SYNOPSIS .PP rast\-create [options] Rast\-database .SH DESCRIPTION .PP rast\-create creates new database. There is the need to be created database to register/search documents. .SH OPTIONS .TP .fi .B \-\-byte\-order=ORDER Set byte order by the following lists. .TP .fi .B little, l .TP .fi .B big, b .TP .fi .B native, n The default byte order is native endian..TP .fi .B \-\-encoding=ENCODING_MODULE Set encoding module when registering the document to the database. .TP .fi .B \-\-preserve\-text Store the text body to the database. .TP .fi .B \-\-property=NAME[:TYPE[:FLAGS]] Add property to the new database. TYPE specifies property type. .TP .fi .B string String property type. .TP .fi .B date Date property type. .TP .fi .B datetime Date and time property type. .TP .fi .B uint Nonnegative integer property type. The default property type is string. FLAGS specifies property flags. .TP .fi .B search Use property value for range search(=,<,>,<=,>=). .TP .fi .B text\-search Use property value to match partially(:). .TP .fi .B full\-text\-search Use property value when searching text body.