1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
default_option.php
См. документацию.
1<?php
3 'include_mask' => '*.php;*.html;*.htm',
4 'exclude_mask' => '/bitrix/*;/404.php;/upload/*;*/.hg/*;*/.svn/*;*/.git/*;*/cgi-bin/*;/bitrix_personal/*;/local/*',
5 'max_file_size' => '',
6 'max_execution_time' => '20',
7 'use_stemming' => 'Y',
8 'agent_stemming' => 'N',
9 'agent_duration' => 2,
10 'letters' => '-',
11 'max_result_size' => 500,
12 'max_body_size' => 100000,
13 'page_tag_property' => 'tags',
14 'suggest_save_days' => 30,
15 'stat_phrase' => 'Y',
16 'stat_phrase_save_days' => 360,
17 'use_tf_cache' => 'N',
18 'use_word_distance' => 'N',
19 'use_social_rating' => 'N',
20 'full_text_engine' => 'bitrix',
21 'sphinx_connection' => '127.0.0.1:9306',
22 'sphinx_index_name' => 'bitrix',
23];
$search_default_option
Определения default_option.php:2