Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Solr 集合 API 创建一个集合。
http://127.0.0.1:8983/solr/admin/collections?action=CREATE&name=test2&numShards=1&replicationFactor=2&collection.configName=default
我期待新集合被命名为“test2”,而我得到的是“test2_shard1_replica2”。我不想将我的索引名称绑定到任何当前设置。
您的集合名为test2。您在那里显示的名称是组成集合的各个核心(分片/副本)的名称