You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2014/06/10 19:14:37 UTC

svn commit: r1601691 - /gora/site/trunk/content/current/gora-solr.md

Author: lewismc
Date: Tue Jun 10 17:14:36 2014
New Revision: 1601691

URL: http://svn.apache.org/r1601691
Log:
Create Javadoc links for SolrServer's

Modified:
    gora/site/trunk/content/current/gora-solr.md

Modified: gora/site/trunk/content/current/gora-solr.md
URL: http://svn.apache.org/viewvc/gora/site/trunk/content/current/gora-solr.md?rev=1601691&r1=1601690&r2=1601691&view=diff
==============================================================================
--- gora/site/trunk/content/current/gora-solr.md (original)
+++ gora/site/trunk/content/current/gora-solr.md Tue Jun 10 17:14:36 2014
@@ -11,7 +11,7 @@ module enables [Apache Solr](http://luce
 * <code>gora.solrstore.solr.config</code> -  The <code>solrconfig.xml</code> file to be used.
 * <code>gora.solrstore.solr.schema</code> - The <code>schema.xml</code> file to be used.
 * <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>.
-* <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>.
+* <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](http://lucene.apache.org/solr/4_8_1/solr-solrj/index.html?org/apache/solr/client/solrj/impl/HttpSolrServer.html)</i>), <b>cloud</b> (<i>[CloudSolrServer](http://lucene.apache.org/solr/4_8_1/solr-solrj/index.html?org/apache/solr/client/solrj/impl/CloudSolrServer.html)</i>), <b>concurrent</b> (<i>[ConcurrentUpdateSolrServer](http://lucene.apache.org/solr/4_8_1/solr-solrj/index.html?org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrServer.html)</i>) and <b>loadbalance</b> (<i>[LBHttpSolrServer](http://lucene.apache.org/solr/4_8_1/solr-solrj/index.html?org/apache/solr/client/solrj/impl/LBHttpSolrServer.html)</i>). This value must be of type <b>String</b>.
 * <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>.
 * <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>.