About configuration files (FAST Search Server 2010 for SharePoint)(informazioni in lingua inglese)

Data pubblicazione: 12 maggio 2010

Microsoft FAST Search Server 2010 for SharePoint uses XML configuration files to control operations in several functional areas.

Using FAST Search for SharePoint configuration files

Many FAST Search Server 2010 for SharePoint operations are controlled by XML configuration files which hold specifications for Web crawlers, content connectors, the monitoring service, and logging. Many configuration files are supplied with default values, serving as templates for your site-specific needs.

Nota

To modify the configuration files, verify that you meet the following minimum requirements: You are a member of the FASTSearchAdministrators local group on the computer where FAST Search Server 2010 for SharePoint is installed.

Categories of configuration files

FAST Search Server 2010 for SharePoint configuration files control these functional areas.

Functional Area Configuration File/Item Processing Stage Usage

General administration

deployment.xml(informazioni in lingua inglese)

Outline the topology of your FAST Search Server 2010 for SharePoint installation that includes all the nodes/servers in a deployment, and the distribution of components.

beconfig.xml(informazioni in lingua inglese)

Configure options for the browser engine component in FAST Search Server 2010 for SharePoint.

user_converter_rules.xml(informazioni in lingua inglese)

Register a third-party IFilter with FAST Search Server 2010 for SharePoint.

Monitoring service

monitoringservice.xml(informazioni in lingua inglese)

Configure WMI classes and performance counters published by the FAST Search Server 2010 for SharePoint monitoring service.

Crawler Web di FAST Search

crawlerglobaldefaults.xml(informazioni in lingua inglese)

Use this template file to specify options for the Crawler Web di FAST Search that apply to all crawl collections (DNS, content submission, duplicate detection, etc.).

crawlercollectiondefaults.xml(informazioni in lingua inglese)

Use the parameters in this file to create or update one specific crawl collection. This configuration file controls the Crawler Web di FAST Search behavior, content gathering, content processing, and storage.

Connectors

jdbctemplate.xml(informazioni in lingua inglese)

Use this template file to configure and crawl JDBC content with the Connettore di database di FAST Search.

lotusnotestemplate.xml(informazioni in lingua inglese)

Use this template file to configure the Connettore di contenuto Lotus Notes di FAST Search.

lotusnotessecuritytemplate.xml(informazioni in lingua inglese)

Use this template file to configure the Connettore directory utente Lotus Notes di FAST Search.

cctklog4j.xml(informazioni in lingua inglese)

Control the logs (console logs, file logs, network logger) created by the Connettore di database di FAST Search and the Connettore Lotus Notes di FAST Search.

Item processing pipeline

pipelineextensibility.xml(informazioni in lingua inglese)

Run external commands from the item processing pipeline to extract additional information from crawled documents. Typical uses include sentiment analysis, taxonomy classification, or other kinds of text analysis.

optionalprocessing.xml(informazioni in lingua inglese)

Enable and disable optional processing stages in the item processing pipeline.

xmlmapper.xml(informazioni in lingua inglese)

Extract and transform specific parts of crawled XML items.

OffensiveContentFilter (item processing stage) reference(informazioni in lingua inglese)

Filter out items from the item processing pipeline according to their offensive content scores. Enabled and disabled as an optional processing stage.

Logging

loggerconfig.xml(informazioni in lingua inglese)

Configure routing and filtering of log messages sent from FAST Search Server 2010 for SharePoint components. Configure the first step for how FAST Search Server 2010 for SharePoint processes output log messages.

logserverconfig.xml(informazioni in lingua inglese)

Configure routing and filtering of log messages sent from FAST Search Server 2010 for SharePoint components. Configure the last two steps for the local and main log servers.

Nota

Modifying other configuration files than those listed in this table is not supported and could lead to system inconsistencies during re-configuration and software updates.

Cronologia delle modifiche

Data Descrizione Motivo

12 maggio 2010

Pubblicazione iniziale