Author: buildbot
Date: Tue Jun 10 17:14:42 2014
New Revision: 912134
Log:
Staging update by buildbot for gora
Modified:
websites/staging/gora/trunk/content/ (props changed)
websites/staging/gora/trunk/content/current/gora-solr.html
Propchange: websites/staging/gora/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 10 17:14:42 2014
@@ -1 +1 @@
-1601670
+1601691
Modified: websites/staging/gora/trunk/content/current/gora-solr.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-solr.html (original)
+++ websites/staging/gora/trunk/content/current/gora-solr.html Tue Jun 10
17:14:42 2014
@@ -166,7 +166,7 @@ module enables <a href="http://lucene.ap
<li><code>gora.solrstore.solr.config</code> - The <code>solrconfig.xml</code>
file to be used.</li>
<li><code>gora.solrstore.solr.schema</code> - The <code>schema.xml</code> file
to be used.</li>
<li><code>gora.solrstore.solr.batchSize</code> - A batch size unit (ArrayList)
of SolrDocument's to be used for writing to Solr. A default value of <b>100</b>
is used if this value is absent. This value must be of type <b>Integer</b>.</li>
-<li><code>gora.solrstore.solr.solrjserver</code> - The solrj implementation to
use. This has a default value of <b>http</b> for <i>HttpSolrServer</i>.
Available options include <b>http</b> (<i>HttpSolrServer</i>), <b>cloud</b>
(<i>CloudSolrServer</i>), <b>concurrent</b> (<i>ConcurrentUpdateSolrServer</i>)
and <b>loadbalance</b> (<i>LBSolrServer</i>). This value must be of type
<b>String</b>.</li>
+<li><code>gora.solrstore.solr.solrjserver</code> - The solrj implementation to
use. This has a default value of <b>http</b> for <i><a
href="">HttpSolrServer</a></i>. Available options include <b>http</b> (<i><a
href="http://lucene.apache.org/solr/4_8_1/solr-solrj/index.html?org/apache/solr/client/solrj/impl/HttpSolrServer.html">HttpSolrServer</a></i>),
<b>cloud</b> (<i><a
href="http://lucene.apache.org/solr/4_8_1/solr-solrj/index.html?org/apache/solr/client/solrj/impl/CloudSolrServer.html">CloudSolrServer</a></i>),
<b>concurrent</b> (<i><a
href="http://lucene.apache.org/solr/4_8_1/solr-solrj/index.html?org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrServer.html">ConcurrentUpdateSolrServer</a></i>)
and <b>loadbalance</b> (<i><a
href="http://lucene.apache.org/solr/4_8_1/solr-solrj/index.html?org/apache/solr/client/solrj/impl/LBHttpSolrServer.html">LBHttpSolrServer</a></i>).
This value must be of type <b>String</b>.</li>
<li><code>gora.solrstore.solr.commitWithin</code> - A batch commit unit for
SolrDocument's used when making (commit) calls to Solr. A default value of 1000
is used if this value is absent. This value must be of type <b>Integer</b>.</li>
<li><code>gora.solrstore.solr.resultsSize</code> - The maximum number of
results to return when we make a call to
<code>org.apache.gora.solr.store.SolrStore#execute(Query)</code>. This value
must be of type <b>Integer</b>.</li>
</ul>