Zu Hauptinhalt springen

CreateSearchIndexOnReload

This variable defines if search index files should be created during data reload.

Syntax:  

CreateSearchIndexOnReload

You can define if search index files should be created during data reload, or if they should be created after the first search request of the user. The benefit of creating search index files during data reload is that you avoid the waiting time experienced by the first user making a search. This needs to be weighed against the longer data reload time required by search index creation.

If this variable is omitted, search index files will not be created during data reload.

InformationshinweisFor session apps, search index files will not be created during data reload, regardless of the setting of this variable.
Informationshinweis

New apps include set CreateSearchIndexOnReload=1 in the default SET statements. When creating scripts in the Analysen activity center, the SET expressions does not include CreateSearchIndexOnReload as script assets do not persist data, making an index value unnecessary.

Beispiel 1: Create search index fields during data reload

set CreateSearchIndexOnReload=1;

Beispiel 2: Create search index fields after first search request

set CreateSearchIndexOnReload=0;

Hat diese Seite Ihnen geholfen?

Wenn Sie Probleme mit dieser Seite oder ihren Inhalten feststellen – einen Tippfehler, einen fehlenden Schritt oder einen technischen Fehler –, teilen Sie uns bitte mit, wie wir uns verbessern können!