Update guide.html
This commit is contained in:
parent
c04d1fbbc3
commit
7382848607
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ Edit the servers.csv file for rt to indicate all available replica servers. If y
|
|||
<br>
|
||||
The core application checks the replication tracker (rt) output to determine if any replicas are online, it will initiate a connection on those replicas and task each one to search a different section of the index,
|
||||
drastically speeding up search speeds especially for multi-word queries. By default, single-word queries will not initiate multiple connections across replicas. To enable that on single-word queries, comment out the IF statement
|
||||
on line 365 and rebuild the core application.
|
||||
on line 373 and rebuild the core application.
|
||||
<br>
|
||||
<br>
|
||||
The number of available replicas must divide evenly into the search results per page limit (lim), OR, the search results per page limit must divide evenly into the number of available replicas. If there
|
||||
|
|
Loading…
Reference in a new issue