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.
我在 Heroku 中使用Websolr 插件。“250,000 个文档”是什么意思?那是多少数据库记录或大小?
来自 Websolr 的尼克在这里。
在这种情况下,“文档”将是您要搜索的所有不同的“事物”。
Solr 索引由许多文档组成。每个文档都有很多字段。通常,每个文档都类似于表中的一行,或特定 ORM 的模型实例。
通常,您首选语言的 Solr 客户端将帮助您将该概念集成到您自己的应用程序和您用来创建它的工具中。
在 Solr 中,文档是索引的“项目”。