0

我正在尝试使用 SearchKit,我想知道如何设置使用示例电影数据集索引的 ElasticSearch 实例。

尝试使用:

  1. AWS 弹性搜索服务。但是没有要通过批量 API 上传的实际数据集。我拥有的那个没有索引。

样本数据:

[  
   {  
      "movie_title":"Avatar ",
      "director_name":"James Cameron",
      "actor_1_name":"CCH Pounder",
      "actor_2_name":"Joel David Moore",
      "genres":"Action|Adventure|Fantasy|Sci-Fi",
      "language":"English",
      "country":"USA",
      "content_rating":"PG-13",
      "budget":"237000000",
      "title_year":"2009",
      "plot_keywords":"avatar|future|marine|native|paraplegic",
      "movie_imdb_link":"http://www.imdb.com/title/tt0499549/?ref_=fn_tt_tt_1"
   },
   ...
]
  1. 尝试使用 appbase.io 现成的电影数据集。但我不确定如何将它与 SearchKitManager() 连接起来。

非常感谢任何帮助。

4

1 回答 1

0

您可能想尝试ReactiveSearch - 它是来自 appbase.io(我在那里工作)的 SearchKit 的替代品,它得到了积极维护。它支持直接使用 appbase.io 应用程序。

回复:SearchKitManager(),我不确定这是否可行,因为我们不支持集群级别的路由。

于 2018-12-09T23:38:01.973 回答