Skip to content

Commit

Permalink
Merge pull request #166 from tumblr/gabe-solr-tunables
Browse files Browse the repository at this point in the history
add documentation for new solr tunables
  • Loading branch information
Gabe Conradi committed Jun 16, 2014
2 parents 65629b0 + f42c0ba commit b65de31
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions _includes/config_solr.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<tr>
<td class="inlinecode">embeddedSolrHome</td>
<td>String</td>
<td>Must be a writable directory if useEmbeddedServer is true</td>
<td><span class="label label-info">Embedded only</span> Must be a writable directory if useEmbeddedServer is true</td>
</tr>
<tr>
<td class="inlinecode">enabled</td>
Expand All @@ -37,7 +37,7 @@
<tr>
<td class="inlinecode">externalUrl</td>
<td>String</td>
<td>If useEmbeddedServer is false, this must be a valid solr URL</td>
<td><span class="label label-info">External only</span> If useEmbeddedServer is false, this must be a valid solr URL</td>
</tr>
<tr>
<td class="inlinecode">reactToUpdates</td>
Expand All @@ -54,6 +54,26 @@
<td>Boolean</td>
<td>Defaults to true</td>
</tr>
<tr>
<td class="inlinecode">socketTimeout</td>
<td>Int</td>
<td><span class="label label-info">External only</span> Solr socket timeout for HTTP client. Defaults to 1000ms.</td>
</tr>
<tr>
<td class="inlinecode">connectionTimeout</td>
<td>Int</td>
<td><span class="label label-info">External only</span> Solr HTTP connection timeout. Defaults to 100ms.</td>
</tr>
<tr>
<td class="inlinecode">maxTotalConnections</td>
<td>Int</td>
<td><span class="label label-info">External only</span> Solr HTTP client tunable; defaults to 100.</td>
</tr>
<tr>
<td class="inlinecode">defaultMaxConnectionsPerHost</td>
<td>Int</td>
<td><span class="label label-info">External only</span> Solr HTTP client tunable; defaults to 100.</td>
</tr>
</tbody>
</table>

0 comments on commit b65de31

Please sign in to comment.