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 高亮是不是还可以指示返回的片段在原始字段中的位置或偏移量?