solr入门

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了solr入门相关的知识,希望对你有一定的参考价值。

下载4.8.0版本,下载地址:http://archive.apache.org/dist/lucene/solr/4.8.0/ 

解压后,得到文件夹视图如下:

技术分享

启动:D:\soft\apache\solr\solr-4.8.0\example>java -jar start.jar

看结果:http://localhost:8983/solr/

技术分享

增加索引数据:

D:\soft\apache\solr\solr-4.8.0\example>java -jar post.jar solr.xml monitor.xml

技术分享

检索数据:

技术分享

将example下所有的示例数据加入索引文件中,

D:\soft\apache\solr\solr-4.8.0\example\exampledocs>java -jar post.jar *.xml

技术分享

可以使用solr查询语法检索

以上是关于solr入门的主要内容,如果未能解决你的问题,请参考以下文章

在 solr 3.4 中放置突出显示片段配置的位置

Solr 高亮是不是还可以指示返回的片段在原始字段中的位置或偏移量?

Solr Highlighting:如何为同一字段请求多个片段长度?

solr:入门

solr入门

Solr学习