我正在尝试使用SearchKit,我想知道如何设置以样本电影数据集索引的ElasticSearch实例。
尝试使用:
样本数据:
[
{
"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"
},
...
]
非常感谢您的帮助。
答案 0 :(得分:0)
您可能想尝试ReactiveSearch-它是积极维护的appbase.io(我在那儿工作)的SearchKit的替代方法。它支持直接使用appbase.io应用程序。
回复:SearchKitManager(),由于我们不支持集群级路由,因此不确定是否可行。