Redirecting full text indexing
Redirect full text indexing when configuring back end server, or when the local machine does not have full text indexing (FTI). This can be done on any server if FTI is handled on a different server, for back end servers when configuring asynchronous load balancing, or when configuring network load balancing.
About this task
The configuration for full text indexing (FTI) is handled by the Crawler and SolrLucene entries in the registry.
A default configuration is installed that connects to the localhost (127.0.0.1) port 8080. For example:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Trisoft\TriDK\TridkApp\InfoShareAuthor]
"CrawlerIndexEngineType"="ApacheSolrLucene"
"SolrLuceneBaseUrl"="http://127.0.0.1:8080/solr"
"SolrLuceneHTTPTimeout"="180"
"SolrLuceneHTTPRetries"="5"
To redirect full text indexing on any server to the server holding the full text indexing role: