【问题标题】:Getting Issue in Solr Search with DSE使用 DSE 在 Solr 搜索中遇到问题
【发布时间】:2016-12-07 07:58:00
【问题描述】:

我正在使用 DSE 版本 = 5.0.1 。使用 Solr 进行搜索活动。我为特定表成功创建了核心。 之后,一旦我尝试执行 solr seach 查询,我就会遇到以下问题:-


cqlsh:tradebees_dev> SELECT * FROM yf_product_books where solr_query = ':';

ServerError: <Error from server: code=0000 [Server error]
 message="java.io.IOException: 
No shards available for ranges: [(2205014674981121837,2205014674981121837]]">

请提出一些解决方案。

【问题讨论】:

    标签: solr cassandra datastax-enterprise


    【解决方案1】:

    您的查询应该是这样的:-

    SELECT * FROM yf_product_books where solr_query = ':';

    【讨论】:

      猜你喜欢
      • 2017-11-20
      • 1970-01-01
      • 1970-01-01
      • 2018-08-25
      • 2015-03-03
      • 2013-04-19
      • 1970-01-01
      • 2015-06-08
      • 1970-01-01
      相关资源
      最近更新 更多