Warning: Modifying these configurations may cause application instability or unexpected behavior. Please ensure you fully understand the impact before making any changes. Additionally, you can use the Configuration applies to dropdown to determine the scope of your changes (e.g., applying them to “All localized catalogs”) before saving.

image

Once configurations are done, Button Save needs to be pressed so that settings are effective.

General

image

General

Parameter Default value Description
Media base url https://master.gally.dev/media/catalog/product/ The base URL path used by the application to locate, resolve, and serve media assets, such as product images.
Gally back office url https://master.gally.dev The primary root URL used to access the Gally back office administrative interface.

Email Settings

Parameter Default value Description
Default sender name Gally Master The default display name that will appear as the sender when the system dispatches automated emails to users or customers.
Default sender email noreply+master@gally.dev The default email address utilized by the system to send automated communications and notifications.

Index

These configurations allows you to manage the settings related to search indices, state management, and templates.

Note: Some of the descriptions below regarding standard indexing parameters (such as shards, replicas, and prefixes) are drawn from standard search engine knowledge outside of your provided sources. You may want to independently verify these descriptions align with your exact system behavior.

General

Parameter Default value Description
Index prefix gally The standard prefix applied to the names of all indices generated by the application.
Timestamp pattern _ The date and time format used to append a timestamp to the index name, ensuring uniqueness for each generated index.
Number of shards 1 The number of primary shards allocated to the index for data distribution.
Number of replicas 0 The number of replica copies of the shards allocated for the index.
Ghost index timeout (s) 3600 Gally derelict indices resulting from a failed full reindex are considered ghost after this amount of time (in seconds) has elapsed since their creation. You can reduce this amount of time to speed up ghost indices cleanup, but take care to add a safety on top of the maximum reindexing duration of the more complex index of your platform (usually a catalog_product/product search index). Defaults to 172,800 seconds (2 days), minimum value: 3600 (1 hour).

Index State Management

Parameter Default value Description
ISM prefix gally The standard prefix used for naming Index State Management (ISM) policies.
Rollover after (days) 30 The number of days after which an active index will automatically roll over and transition.
Delete after (days) 365 The retention period for your indices. Older data will be deleted daily after reaching this threshold.

Index Template

Parameter Default value Description
Index template prefix gally The prefix applied to index templates used by the application to configure new indices automatically.

The Configuration menu in Gally includes the Search tab, which handles the core settings for search pipelines, spatial searches, sorting behavior, and autocomplete limits.

Note: As with previous sections, standard descriptions for these parameters are provided based on standard search engine and e-commerce platform behavior.

General

Parameter Default value Description
Pipeline prefix gally-llm-pipeline- The standard prefix applied to data processing or LLM pipelines used by the search engine.
Default price group ID 0 The fallback customer or price group ID used to index and display pricing when no specific group is provided.
Default reference location 48.981299, 2.309959 The default geographical coordinates (latitude, longitude) used as a fallback center point for geo-spatial searches or distance calculations.

Search

Parameter Default value Description
Default date field format yyyy The default format pattern used by the search engine for parsing and indexing date fields.
Default distance unit km The default unit of measurement (kilometers) applied to geo-distance queries and geographical facets.
Default date facet interval 1y The default time interval (e.g., 1 year) used when aggregating and grouping date fields into search facets.
Default geo-distance ranges [object Object],... A predefined array of distance ranges used by default to build geographical facets (e.g., 0-5km, 5-10km) for the front-end users.
Code with default descending sort _count,_score A comma-separated list of sort codes or metrics (such as relevance score or hit count) that are automatically sorted in descending order by default.

Autocomplete

Parameter Default value Description
Max attr. options autocomplete 3 The maximum number of specific attribute options (e.g., “Red”, “Blue”) displayed within the autocomplete suggestions dropdown.
Max attr. autocomplete 3 The maximum number of distinct attributes (e.g., “Color”, “Size”) suggested in the autocomplete dropdown when a user types a query.

Relevance

Boost

Thesaurus

Explain

Term suggestion


This site uses Just the Docs, a documentation theme for Jekyll.