- FNEEQ - https://fneeq.qc.ca -

Search configuration: Indexes

Index configuration

An index node defines a search index.

<index>
<name>...</name>
<rebuild>...</rebuild>
<project>...</project>
<locale>...</locale>
<sources>
<source>...</source>
...
</sources>
</index>

Configuration nodes

The following nodes are used to specify an index:

Example

This example shows how to configure an index that contains the english offline resources specified by the index source "source1":

<index>
<name>Offline project (VFS)</name>
<rebuild>auto</rebuild>
<project>Offline</project>
<locale>en</locale>
<sources>
<source>source1</source>
</sources>
</index>