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.
我们正在我们的应用程序中构建搜索功能,以遍历超过 100,000 个 xml 文件的内容。数据内容以大量 xml 文件的形式存在。
保留大量 xml 文件并在搜索时(如按名称等)遍历每个文件以获取结果是一个好主意吗?它可能会降低我们的应用程序搜索性能。
或者最好的方法是什么?
你想要弹性搜索在这里。它会给你你所需要的。