Skip to content

Commit 811172b

Browse files
author
CI build push_site
committed
updated site
1 parent 7a990f0 commit 811172b

File tree

9 files changed

+60
-59
lines changed

9 files changed

+60
-59
lines changed

index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<span class="home-icon"></span>solrs - async solr client for java/scala
3333
</a>
3434
<div class="version-number">
35-
2.11.2
35+
2.12.0
3636
</div>
3737
</div>
3838
<select class="supergroup" name="Language"><option class="group" value="group-scala">Scala</option><option class="group" value="group-java">Java</option></select>
@@ -76,7 +76,7 @@
7676
<span class="home-icon"></span>solrs - async solr client for java/scala
7777
</a>
7878
<div class="version-number">
79-
2.11.2
79+
2.12.0
8080
</div>
8181
</div>
8282
<select class="supergroup" name="Language"><option class="group" value="group-scala">Scala</option><option class="group" value="group-java">Java</option></select>
@@ -121,6 +121,7 @@ <h2><a href="#key-features" name="key-features" class="anchor"><span class="anch
121121
<h2><a href="#installation" name="installation" class="anchor"><span class="anchor-link"></span></a>Installation</h2>
122122
<p>Each solrs version is compatible with a certain Solr version:</p>
123123
<ul>
124+
<li>Solr 9.5.x: solrs 2.12.x</li>
124125
<li>Solr 9.4.x: solrs 2.11.x</li>
125126
<li>Solr 9.3.x: solrs 2.10.x</li>
126127
<li>Solr 9.2.x: solrs 2.8.x, 2.9.x</li>
@@ -133,20 +134,20 @@ <h2><a href="#installation" name="installation" class="anchor"><span class="anch
133134
<li>Solr 7.2.x: solrs 2.1.x</li>
134135
<li>Solr 6.x.x: solrs 2.0.x</li>
135136
</ul>
136-
<p>You must add the library to the dependencies of the build file:</p><dl class="dependency"><dt>sbt</dt><dd><pre class="prettyprint"><code class="language-scala">libraryDependencies += "io.ino" % "solrs_2.13" % "2.11.2"</code></pre></dd><dt>Maven</dt><dd><pre class="prettyprint"><code class="language-xml">&lt;dependencies&gt
137+
<p>You must add the library to the dependencies of the build file:</p><dl class="dependency"><dt>sbt</dt><dd><pre class="prettyprint"><code class="language-scala">libraryDependencies += "io.ino" % "solrs_2.13" % "2.12.0"</code></pre></dd><dt>Maven</dt><dd><pre class="prettyprint"><code class="language-xml">&lt;dependencies&gt
137138
&lt;dependency&gt;
138139
&lt;groupId&gt;io.ino&lt;/groupId&gt;
139140
&lt;artifactId&gt;solrs_2.13&lt;/artifactId&gt;
140-
&lt;version&gt;2.11.2&lt;/version&gt;
141+
&lt;version&gt;2.12.0&lt;/version&gt;
141142
&lt;/dependency&gt
142143
&lt;/dependencies&gt;</code></pre></dd><dt>Gradle</dt><dd><pre class="prettyprint"><code class="language-gradle">dependencies {
143-
implementation "io.ino:solrs_2.13:2.11.2"
144+
implementation "io.ino:solrs_2.13:2.12.0"
144145
}</code></pre></dd></dl>
145-
<p>solrs is published to maven central for scala 2.11 (up to version 2.3.0), 2.12, 2.13 and 3.2 (since version 2.6.2) - <a href="https://search.maven.org/search?q=g:io.ino%20AND%20a:solrs*">search maven central for solrs</a>.</p>
146+
<p>solrs is published to maven central for scala 2.11 (up to version 2.3.0), 2.12, 2.13 and 3.x (since version 2.6.2) - <a href="https://search.maven.org/search?q=g:io.ino%20AND%20a:solrs*">search maven central for solrs</a>.</p>
146147
<h2><a href="#license" name="license" class="anchor"><span class="anchor-link"></span></a>License</h2>
147148
<p>This software is licensed under the Apache 2 license</p>
148149
<div class="source-github">
149-
The source code for this page can be found <a href="https://github.com/inoio/solrs/tree/v2.11.2/src/main/paradox/index.md">here</a>.
150+
The source code for this page can be found <a href="https://github.com/inoio/solrs/tree/v2.12.0/src/main/paradox/index.md">here</a>.
150151
</div>
151152

152153
<div class="nav-next">
@@ -231,7 +232,7 @@ <h2><a href="#license" name="license" class="anchor"><span class="anchor-link"><
231232
<script type="text/javascript" src="lib/prettify/prettify.js"></script>
232233
<script type="text/javascript" src="lib/prettify/lang-scala.js"></script>
233234
<script type="text/javascript">jQuery(function(){window.prettyPrint && prettyPrint()});</script>
234-
<script type="text/javascript">jQuery(function(jq){initOldVersionWarnings(jq, '2.11.2', 'https://github.com/inoio/solrs')});</script>
235+
<script type="text/javascript">jQuery(function(jq){initOldVersionWarnings(jq, '2.12.0', 'https://github.com/inoio/solrs')});</script>
235236

236237

237238
</html>

paradox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name" : "solrs",
3-
"version" : "2.11.2"
3+
"version" : "2.12.0"
44
}

usage/adding-data.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<span class="home-icon"></span>solrs - async solr client for java/scala
3333
</a>
3434
<div class="version-number">
35-
2.11.2
35+
2.12.0
3636
</div>
3737
</div>
3838
<select class="supergroup" name="Language"><option class="group" value="group-scala">Scala</option><option class="group" value="group-java">Java</option></select>
@@ -76,7 +76,7 @@
7676
<span class="home-icon"></span>solrs - async solr client for java/scala
7777
</a>
7878
<div class="version-number">
79-
2.11.2
79+
2.12.0
8080
</div>
8181
</div>
8282
<select class="supergroup" name="Language"><option class="group" value="group-scala">Scala</option><option class="group" value="group-java">Java</option></select>
@@ -118,7 +118,7 @@ <h2><a href="#adding-data-to-solr" name="adding-data-to-solr" class="anchor"><sp
118118
<dl>
119119
<dt>Java</dt>
120120
<dd>
121-
<pre class="prettyprint"><button class="snippet-button copy-snippet" title="Copy snippet to clipboard">copy</button><a class="snippet-button go-to-source" href="https://github.com/inoio/solrs/tree/v2.11.2/src/main/paradox/resources/AddingData.java#L36-L52" target="_blank" title="Go to snippet source">source</a><code class="language-java">JavaAsyncSolrClient solr = JavaAsyncSolrClient.create(&quot;http://localhost:8983/solr/collection1&quot;);
121+
<pre class="prettyprint"><button class="snippet-button copy-snippet" title="Copy snippet to clipboard">copy</button><a class="snippet-button go-to-source" href="https://github.com/inoio/solrs/tree/v2.12.0/src/main/paradox/resources/AddingData.java#L36-L52" target="_blank" title="Go to snippet source">source</a><code class="language-java">JavaAsyncSolrClient solr = JavaAsyncSolrClient.create(&quot;http://localhost:8983/solr/collection1&quot;);
122122

123123
SolrInputDocument doc1 = new SolrInputDocument();
124124
doc1.addField(&quot;id&quot;, &quot;id1&quot;);
@@ -137,7 +137,7 @@ <h2><a href="#adding-data-to-solr" name="adding-data-to-solr" class="anchor"><sp
137137
.thenAccept(r -&gt; System.out.println(&quot;docs added&quot;));</code></pre></dd>
138138
<dt>Scala</dt>
139139
<dd>
140-
<pre class="prettyprint"><button class="snippet-button copy-snippet" title="Copy snippet to clipboard">copy</button><a class="snippet-button go-to-source" href="https://github.com/inoio/solrs/tree/v2.11.2/src/main/paradox/resources/AddingData.scala#L24-L41" target="_blank" title="Go to snippet source">source</a><code class="language-scala">val solr = AsyncSolrClient(&quot;http://localhost:8983/solr/collection1&quot;)
140+
<pre class="prettyprint"><button class="snippet-button copy-snippet" title="Copy snippet to clipboard">copy</button><a class="snippet-button go-to-source" href="https://github.com/inoio/solrs/tree/v2.12.0/src/main/paradox/resources/AddingData.scala#L24-L41" target="_blank" title="Go to snippet source">source</a><code class="language-scala">val solr = AsyncSolrClient(&quot;http://localhost:8983/solr/collection1&quot;)
141141

142142
val doc1 = new SolrInputDocument()
143143
doc1.addField(&quot;id&quot;, &quot;id1&quot;)
@@ -160,7 +160,7 @@ <h2><a href="#adding-data-to-solr" name="adding-data-to-solr" class="anchor"><sp
160160
<dl>
161161
<dt>Java</dt>
162162
<dd>
163-
<pre class="prettyprint"><button class="snippet-button copy-snippet" title="Copy snippet to clipboard">copy</button><a class="snippet-button go-to-source" href="https://github.com/inoio/solrs/tree/v2.11.2/src/main/paradox/resources/AddingData.java#L4-L63" target="_blank" title="Go to snippet source">source</a><code class="language-java">import org.apache.solr.client.solrj.beans.Field;
163+
<pre class="prettyprint"><button class="snippet-button copy-snippet" title="Copy snippet to clipboard">copy</button><a class="snippet-button go-to-source" href="https://github.com/inoio/solrs/tree/v2.12.0/src/main/paradox/resources/AddingData.java#L4-L63" target="_blank" title="Go to snippet source">source</a><code class="language-java">import org.apache.solr.client.solrj.beans.Field;
164164

165165
class Item {
166166
@Field
@@ -193,7 +193,7 @@ <h2><a href="#adding-data-to-solr" name="adding-data-to-solr" class="anchor"><sp
193193
.thenAccept(r -&gt; System.out.println(&quot;beans added&quot;));</code></pre></dd>
194194
<dt>Scala</dt>
195195
<dd>
196-
<pre class="prettyprint"><button class="snippet-button copy-snippet" title="Copy snippet to clipboard">copy</button><a class="snippet-button go-to-source" href="https://github.com/inoio/solrs/tree/v2.11.2/src/main/paradox/resources/AddingData.scala#L6-L53" target="_blank" title="Go to snippet source">source</a><code class="language-scala">import org.apache.solr.client.solrj.beans.Field
196+
<pre class="prettyprint"><button class="snippet-button copy-snippet" title="Copy snippet to clipboard">copy</button><a class="snippet-button go-to-source" href="https://github.com/inoio/solrs/tree/v2.12.0/src/main/paradox/resources/AddingData.scala#L6-L53" target="_blank" title="Go to snippet source">source</a><code class="language-scala">import org.apache.solr.client.solrj.beans.Field
197197
import scala.annotation.meta.field
198198

199199
case class Item(@(Field @field) id: String,
@@ -214,7 +214,7 @@ <h2><a href="#adding-data-to-solr" name="adding-data-to-solr" class="anchor"><sp
214214
} yield print(&quot;beans added&quot;)</code></pre></dd>
215215
</dl>
216216
<div class="source-github">
217-
The source code for this page can be found <a href="https://github.com/inoio/solrs/tree/v2.11.2/src/main/paradox/usage/adding-data.md">here</a>.
217+
The source code for this page can be found <a href="https://github.com/inoio/solrs/tree/v2.12.0/src/main/paradox/usage/adding-data.md">here</a>.
218218
</div>
219219

220220
<div class="nav-next">
@@ -284,7 +284,7 @@ <h2><a href="#adding-data-to-solr" name="adding-data-to-solr" class="anchor"><sp
284284
<script type="text/javascript" src="../lib/prettify/prettify.js"></script>
285285
<script type="text/javascript" src="../lib/prettify/lang-scala.js"></script>
286286
<script type="text/javascript">jQuery(function(){window.prettyPrint && prettyPrint()});</script>
287-
<script type="text/javascript">jQuery(function(jq){initOldVersionWarnings(jq, '2.11.2', 'https://github.com/inoio/solrs')});</script>
287+
<script type="text/javascript">jQuery(function(jq){initOldVersionWarnings(jq, '2.12.0', 'https://github.com/inoio/solrs')});</script>
288288

289289

290290
</html>

usage/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<span class="home-icon"></span>solrs - async solr client for java/scala
3333
</a>
3434
<div class="version-number">
35-
2.11.2
35+
2.12.0
3636
</div>
3737
</div>
3838
<select class="supergroup" name="Language"><option class="group" value="group-scala">Scala</option><option class="group" value="group-java">Java</option></select>
@@ -76,7 +76,7 @@
7676
<span class="home-icon"></span>solrs - async solr client for java/scala
7777
</a>
7878
<div class="version-number">
79-
2.11.2
79+
2.12.0
8080
</div>
8181
</div>
8282
<select class="supergroup" name="Language"><option class="group" value="group-scala">Scala</option><option class="group" value="group-java">Java</option></select>
@@ -120,7 +120,7 @@ <h2><a href="#basic-usage" name="basic-usage" class="anchor"><span class="anchor
120120
<dl>
121121
<dt>Java</dt>
122122
<dd>
123-
<pre class="prettyprint"><button class="snippet-button copy-snippet" title="Copy snippet to clipboard">copy</button><a class="snippet-button go-to-source" href="https://github.com/inoio/solrs/tree/v2.11.2/src/main/paradox/resources/HelloJava.java" target="_blank" title="Go to snippet source">source</a><code class="language-java">import io.ino.solrs.JavaAsyncSolrClient;
123+
<pre class="prettyprint"><button class="snippet-button copy-snippet" title="Copy snippet to clipboard">copy</button><a class="snippet-button go-to-source" href="https://github.com/inoio/solrs/tree/v2.12.0/src/main/paradox/resources/HelloJava.java" target="_blank" title="Go to snippet source">source</a><code class="language-java">import io.ino.solrs.JavaAsyncSolrClient;
124124
import org.apache.solr.client.solrj.SolrQuery;
125125
import org.apache.solr.client.solrj.response.QueryResponse;
126126
import java.util.concurrent.CompletionStage;
@@ -137,7 +137,7 @@ <h2><a href="#basic-usage" name="basic-usage" class="anchor"><span class="anchor
137137
}</code></pre></dd>
138138
<dt>Scala</dt>
139139
<dd>
140-
<pre class="prettyprint"><button class="snippet-button copy-snippet" title="Copy snippet to clipboard">copy</button><a class="snippet-button go-to-source" href="https://github.com/inoio/solrs/tree/v2.11.2/src/main/paradox/resources/HelloScala.scala" target="_blank" title="Go to snippet source">source</a><code class="language-scala">import io.ino.solrs.AsyncSolrClient
140+
<pre class="prettyprint"><button class="snippet-button copy-snippet" title="Copy snippet to clipboard">copy</button><a class="snippet-button go-to-source" href="https://github.com/inoio/solrs/tree/v2.12.0/src/main/paradox/resources/HelloScala.scala" target="_blank" title="Go to snippet source">source</a><code class="language-scala">import io.ino.solrs.AsyncSolrClient
141141
import io.ino.solrs.future.ScalaFutureFactory.Implicit
142142
import org.apache.solr.client.solrj.SolrQuery
143143
import org.apache.solr.client.solrj.response.QueryResponse
@@ -158,7 +158,7 @@ <h2><a href="#basic-usage" name="basic-usage" class="anchor"><span class="anchor
158158
}</code></pre></dd>
159159
<dt>Twitter</dt>
160160
<dd>
161-
<pre class="prettyprint"><button class="snippet-button copy-snippet" title="Copy snippet to clipboard">copy</button><a class="snippet-button go-to-source" href="https://github.com/inoio/solrs/tree/v2.11.2/src/main/paradox/resources/HelloTwitter.scala" target="_blank" title="Go to snippet source">source</a><code class="language-scala">import io.ino.solrs.AsyncSolrClient
161+
<pre class="prettyprint"><button class="snippet-button copy-snippet" title="Copy snippet to clipboard">copy</button><a class="snippet-button go-to-source" href="https://github.com/inoio/solrs/tree/v2.12.0/src/main/paradox/resources/HelloTwitter.scala" target="_blank" title="Go to snippet source">source</a><code class="language-scala">import io.ino.solrs.AsyncSolrClient
162162
import io.ino.solrs.future.TwitterFutureFactory.Implicit
163163
import org.apache.solr.client.solrj.SolrQuery
164164
import org.apache.solr.client.solrj.response.QueryResponse
@@ -181,7 +181,7 @@ <h2><a href="#basic-usage" name="basic-usage" class="anchor"><span class="anchor
181181
<dl>
182182
<dt>Java</dt>
183183
<dd>
184-
<pre class="prettyprint"><button class="snippet-button copy-snippet" title="Copy snippet to clipboard">copy</button><a class="snippet-button go-to-source" href="https://github.com/inoio/solrs/tree/v2.11.2/src/main/paradox/resources/BuilderIntro.java" target="_blank" title="Go to snippet source">source</a><code class="language-java">import io.ino.solrs.JavaAsyncSolrClient;
184+
<pre class="prettyprint"><button class="snippet-button copy-snippet" title="Copy snippet to clipboard">copy</button><a class="snippet-button go-to-source" href="https://github.com/inoio/solrs/tree/v2.12.0/src/main/paradox/resources/BuilderIntro.java" target="_blank" title="Go to snippet source">source</a><code class="language-java">import io.ino.solrs.JavaAsyncSolrClient;
185185
import org.apache.solr.client.solrj.impl.XMLResponseParser;
186186
import org.asynchttpclient.DefaultAsyncHttpClient;
187187

@@ -197,7 +197,7 @@ <h2><a href="#basic-usage" name="basic-usage" class="anchor"><span class="anchor
197197
}</code></pre></dd>
198198
<dt>Scala</dt>
199199
<dd>
200-
<pre class="prettyprint"><button class="snippet-button copy-snippet" title="Copy snippet to clipboard">copy</button><a class="snippet-button go-to-source" href="https://github.com/inoio/solrs/tree/v2.11.2/src/main/paradox/resources/BuilderIntro.scala" target="_blank" title="Go to snippet source">source</a><code class="language-scala">import io.ino.solrs.AsyncSolrClient
200+
<pre class="prettyprint"><button class="snippet-button copy-snippet" title="Copy snippet to clipboard">copy</button><a class="snippet-button go-to-source" href="https://github.com/inoio/solrs/tree/v2.12.0/src/main/paradox/resources/BuilderIntro.scala" target="_blank" title="Go to snippet source">source</a><code class="language-scala">import io.ino.solrs.AsyncSolrClient
201201
import io.ino.solrs.future.ScalaFutureFactory.Implicit
202202
import org.apache.solr.client.solrj.impl.XMLResponseParser
203203
import org.asynchttpclient.DefaultAsyncHttpClient
@@ -214,7 +214,7 @@ <h2><a href="#basic-usage" name="basic-usage" class="anchor"><span class="anchor
214214
}</code></pre></dd>
215215
</dl>
216216
<div class="source-github">
217-
The source code for this page can be found <a href="https://github.com/inoio/solrs/tree/v2.11.2/src/main/paradox/usage/index.md">here</a>.
217+
The source code for this page can be found <a href="https://github.com/inoio/solrs/tree/v2.12.0/src/main/paradox/usage/index.md">here</a>.
218218
</div>
219219

220220
<div class="nav-next">
@@ -284,7 +284,7 @@ <h2><a href="#basic-usage" name="basic-usage" class="anchor"><span class="anchor
284284
<script type="text/javascript" src="../lib/prettify/prettify.js"></script>
285285
<script type="text/javascript" src="../lib/prettify/lang-scala.js"></script>
286286
<script type="text/javascript">jQuery(function(){window.prettyPrint && prettyPrint()});</script>
287-
<script type="text/javascript">jQuery(function(jq){initOldVersionWarnings(jq, '2.11.2', 'https://github.com/inoio/solrs')});</script>
287+
<script type="text/javascript">jQuery(function(jq){initOldVersionWarnings(jq, '2.12.0', 'https://github.com/inoio/solrs')});</script>
288288

289289

290290
</html>

0 commit comments

Comments
 (0)