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.
我有一个 Riak Search 节点正在运行,并且正在尝试一些测试查询以了解性能。
我正在通过搜索外壳运行查询,结果被限制为前 10000 个。我希望所有结果都回来,但找不到这个 10000 个限制来自哪里?
从 riak_search 根目录,编辑 rel/riaksearch/etc/app.config 并在 riak 搜索配置中,设置你的 max_search_results:
... {riak_search, [ {search_backend, merge_index_backend}, {java_home, "/usr"}, {max_search_results, <put your max>} ]},