下载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查询语法检索
时间: 2024-11-10 10:35:30