=begin = NAME rast-create - Create Rast database. = SYNOPSIS rast-create [options] Rast-database = DESCRIPTION rast-create creates new database. There is the need to be created database to register/search documents. = OPTIONS : --byte-order=ORDER Set byte order by the following lists. : little, l : big, b : native, n The default byte order is native endian. : --encoding=ENCODING_MODULE Set encoding module when registering the document to the database. : --preserve-text Store the text body to the database. : --property=NAME[:TYPE[:FLAGS]] Add property to the new database. TYPE specifies property type. : string String property type. : date Date property type. : datetime Date and time property type. : uint Nonnegative integer property type. The default property type is string. FLAGS specifies property flags. : search Use property value for range search(=,<,>,<=,>=). : text-search Use property value to match partially(:). : full-text-search Use property value when searching text body. =end