Loading...
 
Skip to main content

Prefreport output - Tiki 19

A listing of all preferences in Tiki 19 as output by the prefreport script. See also Site configuration preferences.

Items 2325

preference name description admin
trackerfield_wiki Wiki Page Embed an associated wiki page
uf_use_db Storage Storage settings when file galleries are not used
uf_use_dir Directory path Specify a directory on this server, for example: /var/www/ It's recommended that this directory not be web-accessible. PHP must be able to read/write to the directory.
unified_add_to_categ_search Use unified search in category admin Use unified search to find objects to add to categories. This limits the types of objects available to those included in the unified index.
unified_cache_formatted_result Cache formatted results Formatted search results such as the ones used in the List plugin will be cached to prevent process-intensive reformatting on each page load.
unified_cached_formatters Search formatters to cache Search formatters whose output will be cached
unified_default_content Default content fields All of the content is aggregated in the contents field. For custom weighting to apply, the fields must be included in the query. This option allows other fields to be included in the default content search.
unified_elastic_camel_case Tokenize CamelCase words Consider the components of camel-case words as separate tokens, allowing them to be searched individually.
unified_elastic_field_limit Elasticsearch field limit per index The maximum number of fields per search index in Elasticsearch version 5.x and above
unified_elastic_index_current Elasticsearch current index A new index is created upon rebuilding, and the old one is then destroyed. This setting enables seeing the currently active index.
unified_elastic_index_prefix Elasticsearch index prefix The prefix that is used for all indexes for this installation in Elasticsearch
unified_elastic_possessive_stemmer Possessive Stemmer The possessive stemmer removes possessives (trailing "'s") from words before indexing them.
unified_elastic_url Elasticsearch URL URL of any node in the cluster
unified_engine Unified search engine Search engine used to index the content of this Tiki site. Some engines are more suitable for larger sites, but require additional software on the server.
unified_exclude_all_plugins Exclude all plugins Indexing will exclude all plugins.
unified_excluded_categories Excluded categories List of category IDs to exclude from the search index
unified_excluded_plugins Excluded plugins List of plugin names to exclude while indexing
unified_field_weight Field weights Allow the field weights to be set that apply when ranking pages in the search results. The weight is applied only when the field is in the query. To nullify the value of a field, use an insignificant amount, but not 0, which may lead to unexpected behaviors such as stripping of results.<br>(Add these fields to the "Default content fields" preference below for it to have an effect in a global "content" search)
unified_forum_deepindexing Index forum replies together with initial post Forum replies will be indexed together with the initial post as a single document instead of being indexed separately.
unified_highlight_results Highlight results pages Highlight words on the result pages based on the search query.
unified_identifier_fields Unified index identifier fields (Internal) Used to store the fields to be considered as identifiers. This is overwritten after each index rebuilding.
unified_included_plugins Except included plugins List of plugin names that are required to be included while indexing, when excluding all. Example: fancytable,list,trackerlist,trackerfilter
unified_incremental_update Incremental Index Update Update the index incrementally as the site content is modified.
unified_lucene_default_operator Default Boolean Operator Use OR or AND as the default search operator.
unified_lucene_highlight Highlight results snippets Highlight the result snippet based on the search query to improve user experience.
unified_lucene_location Lucene index location Path to the location of the Lucene search index. The index must be on a local filesystem with enough space to contain the volume of the database.
unified_lucene_max_buffered_docs Lucene maximum number of buffered documents Number of documents required before the buffered in-memory documents are written into a new segment.
unified_lucene_max_merge_docs Lucene maximum number of merge documents Largest number of documents merged by addDocument(). Small values (for example, less than 10,000) are best for interactive indexing, as this limits the length of pauses while indexing to a few seconds. Larger values are best for batched indexing and speedier searches.
unified_lucene_max_result Lucene maximum results Maximum number of results to produce. Results beyond these will need a more refined query to be reached.
unified_lucene_max_resultset_limit Lucene maximum result-set limit This is used when calculating result scores and sort order which can lead to "out of memory" errors on large data sets. The default of 1000 is safe with the PHP memory_limit set to 128M
unified_lucene_merge_factor Lucene merge factor How often segment indices are merged by addDocument(). With smaller values, less RAM is used while indexing, and searches on unoptimized indices are faster, but indexing speed is slower. With larger values, more RAM is used during indexing, and while searches on unoptimized indices are slower, indexing is faster.
unified_lucene_terms_limit Lucene terms per query limit Maximum number of terms to be generated. This value may need to be increased in the case of "Terms per query limit is reached" espescially with wildcard, range and fuzzy searches.
unified_mysql_index_current MySQL full-text search current index A new index is created upon rebuilding, and the old one is then destroyed. This setting enables seeing the currently active index.
unified_relation_object_indexing Relation types to index within object. Comma-separated relation types for which objects should be indexed in their related objects.
unified_search_textarea_admin Plugins tab of the textarea control panel loads with an empty list Improve the performance of the textarea control panel by avoiding the loading of all plugins initially
unified_stopwords Stop Word List Words excluded from the search index, because they can be too frequent and produce unwanted results.
unified_tokenize_version_numbers Tokenize version numbers Tokenize version number strings so that major versions are found when sub-versions are mentioned. For example, searching for 2.7 would return documents containing 2.7.4, but not 1.2.7.
unified_trackerfield_keys Format to use for tracker field keys Choose between field IDs and permanent names for the tracker indexing
unified_trim_sorted_search Automatically trim Elasticsearch results on date-sorted query Automatically trim Elasticsearch results in unified search if the query is sorted by modification or creation date.
unified_user_cache Cache per user and query Time in minutes a user has a same query cached
unsuccessful_logins Re-validate user by email after After a certain number of consecutive unsuccessful log-in attempts, the user will receive an email with instruction to validate his or her account. However, the user can still log in with the old password.
unsuccessful_logins_invalid Suspend account after After a certain number of consecutive unsuccessful login attempts, the account is suspended. An admin must revalidate the account before the user can use it again.
url_after_validation URL the user is redirected to after account validation The default page a Registered user sees after account validation is "tiki-information.php?msg=Account validated successfully".
url_anonymous_page_not_found The URL that the anonymous user is redirected to when a page is not found
url_only_ascii Use Only ASCII in SEFURLs Do not use accented characters in short (search engine friendly) URLs.
urlIndex Homepage URL
urlIndexBrowserTitle Homepage Browser title Customize Browser title for the custom homepage
urlOnUsername URL to go to when clicking on a username URL to go to when clicking on a username. Default: tiki-user_information.php?userId=%userId% <em>(Use %user% for login name and %userId% for userId))</em>
use_context_menu_icon Use context menus for actions (icons)
use_context_menu_text Use context menus for actions (text)