Category

Name

Category -- binds a group of documents to a category

indexer.conf

Synopsis

Category {category-ID}

Description

mnoGoSearch allows to distribute documents between nested categories.

category-ID is an ID in hexadecimal number notation. It's possible to have up to 6 levels with 256 members per level. An empty category-ID value means the root of the category tree.

Using categories is explained in details in the Section called Categories in Chapter 8.

Scope

Catregory affects all Server and Realm commands until the end of the configuration file, or until the next Catregory command.

Examples


# This command means a category on first level:
Category AA
# This command means a category on 5th level:
Category FFAABBCCDD
      

See also

Tag
the Section called Categories in Chapter 8
the Section called Subsection control in Chapter 3
the Section called Search parameters in Chapter 10