This commit is contained in:
by931
2022-09-06 22:30:37 +08:00
parent 66970f3e38
commit 3d6528675a
796 changed files with 3382 additions and 3382 deletions

View File

@@ -394,7 +394,7 @@ OK
<p>其中“num_docs”表示存储的数据数量。</p>
<h3>代码实战</h3>
<p>RediSearch 支持的客户端有以下这些。</p>
<p><img src="assets/4fb832a0-7b3b-11ea-b348-9df247d9e896" alt="image.png" /></p>
<p><img src="assets/4fb832a0-7b3b-11ea-b348-9df247d9e896" alt="png" /></p>
<p>本文我们使用 JRediSearch 来实现全文搜索的功能,首先在 pom.xml 添加 JRediSearch 引用:</p>
<pre><code class="language-xml">&lt;!-- https://mvnrepository.com/artifact/com.redislabs/jredisearch --&gt;
&lt;dependency&gt;