大型数据库上的 apachesolr 自动完成
你好,我正在使用 apache solr 3.1 和 drupal
我已经在我的开发机器中集成了 apachesolr_autocomplete 并且它工作正常
但在拥有超过 40,000 条记录的生产服务器上未更新
谁能建议我自动完成功能可以在大型数据库上正常工作?
谢谢
Hi i m using apache solr 3.1 with drupal
i have integrated apachesolr_autocomplete in my development machine and it is working fine
but not updated on production server which has more than 40,000 records
can anyone suggest me that autocomplete would worK fine on large database?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用 jQuery UI Autocomplete 与 geonames.org 合作,该网站在全球范围内拥有大约 600 万个地名。我得到了大约 1 秒的响应时间,我相信其中大部分是互联网延迟。自动完成不是你的问题。它的速度很快。您的数据库查询响应的速度有多快?
I have jQuery UI Autocomplete working with geonames.org, which has about 6 million place names worldwide. I get roughly 1 second response time, and I believe much of that is internet latency. Autocomplete is not your issue. Its fast. How fast is your database with the query response?