This section contains an example configuration file, which meets the minimum configuration requirements.
[Service] Port=7001 ServiceStatusClients=* ServiceControlClients=*.*.*.* [Server] Port=7000 QueryClients=* AdminClients=::1,127.0.0.1 MaxInputString=-1 MaxFileUploadSize=-1 [Actions] MaxQueueSize=100 [Logging] LogLevel=NORMAL 0=ApplicationLogStream 1=ActionLogStream 2=ImportLogStream 3=IndexLogStream [ApplicationLogStream] LogTypeCSVs=application LogFile=application.log [ActionLogStream] LogTypeCSVs=action LogFile=action.log [ImportLogStream] LogTypeCSVs=import LogFile=import.log [IndexLogStream] LogTypeCSVs=indexer LogFile=indexer.log [Indexing] IndexerSections=IdolServer IndexBatchSize=1000 IndexTimeInterval=300 [IdolServer] Host=idol Port=9000 DefaultDatabaseName=News SSLConfig=SSLOptions [SSLOptions] SSLMethod=SSLV23 [ImportService] KeyviewDirectory=filters ExtractDirectory=temp ThreadCount=3 ImportInheritFieldsCSV=AUTN_GROUP,AUTN_IDENTIFIER,DREDBNAME [ImportTasks] //Post0=lua:<path_to_lua_file> Post0=IdxWriter:C:\Autonomy\ConnectorFramework\IDX\output.idx
|