zoukankan      html  css  js  c++  java
  • Solr学习笔记1(V7.2)

    下载压缩包http://archive.apache.org/dist/lucene/,解压后放到某一盘符下面

    Windows下启动命令

    :solr-7.2.0>binsolr.cmd start -e cloud

    成功启动后,请用solr提供学习的例子,在控制台输入techproducts 然后回车,
    然后创建分片和副本,可以直接Enter跳过,默认分2个分片和副本。
    Solr有两个开箱即用的配置文件样本集,称为“configSet”。而索引集合必须有一个“ConfigSet”。
    sample_techproducts_configs ,它包括了我们定义的索引集合名称:techproducts。这个config包含了我们需要的示例数据。所以在控制台上输入sample_techproducts_configs并回车,可能会慢一点
    DOS命令如下:


    最后来访问:

    http://localhost:8983/solr

     加入测试数据:

     如果你希望删除此集合:

    D:solr-7.1.0> binsolr delete -c techproducts

    停止启动的Solr :

    D:solr-7.1.0> binsolr stop -all

    
    
  • 相关阅读:
    Spring----Day03
    Spring----Day02
    python
    python
    python
    python
    python
    python
    python
    python
  • 原文地址:https://www.cnblogs.com/brainthink/p/8109038.html
Copyright © 2011-2022 走看看