Modify

The "Modify" command will modify the index configuration.

From a Windows command prompt, within the "Tools" folder, enter the following to run the Modify command:


 via.indexadmin modify /param

Allowable parameters:

/indexid|i:<String>
/verbose|v[:<Boolean>]
/help|?[:<Boolean>]
/SolrUrl:<String>
/CollectionSize:<Int32>
/MaxDeletesPerLoop:<Int32>
/MaxDocsPerIteration:<Int32>
/MaxDocumentAggregateSizeInMB:<Int32>
/SolrTimeoutSeconds:<Int32>
/WaitPeriodInMs:<Int32>
/ThrottlePeriodInMs:<Int32>
/SolrMaxWriteSize:<Int64>
/IndexThreadCount:<Int32>
/MaxFieldLength:<Int32>
/ChildDocMetaDataLimit:<Int32>
/UseRuleEngine[:<Boolean>]

ID of index to modify (required)
Verbose output
Get help
Solr URL for core
The document collection size used to queue documents to process
Maximum documents read to delete in batch
Maximum documents read per iteration
Maximum document collection size
Timeout for solr requests
Wait period before starting a new iteration
A throttle period to slow index builder
The maximum message size to solr
The number of indexing threads
The maximum field length for indexing a field
Max child document data to index with document
Use the rule builder


                          

ayfie