APACHE SOLR介绍.ppt

  1. 1、本文档共25页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
APACHE SOLR介绍

按照国家相关法规规定,未成年人将在游戏中受到一定的限制,上海市相关部门…… * * /solr/features.html 搜索结果缓存 queryResultCache 中间结果缓存 filterCache 磁盘索引缓存 documentCache filterCache 通过存储一个匹配给定查询的文档 id 的无序集,过滤器让 Solr 能够有效提高查询的性能。缓存这些过滤器意味着对 Solr 的重复调用可以导致结果集的快速查找。更常见的场景是缓存一个过滤器,然后再发起后续的精炼查询,这种查询能使用过滤器来限制要搜索的文档数。 queryResultCache 为查询、排序条件和所请求文档的数量缓存文档 id 的有序 集合。 documentCache 缓存 Lucene Document,使用内部 Lucene 文档 id(以便不与 Solr 惟一 id 相混淆)。由于 Lucene 的内部 Document id 可以因索引操作而更改,这种缓存不能自热 Named caches 命名缓存是用户定义的缓存,可被 Solr 定制插件 所使用。 Caching Configurable Query Result, Filter, and Document cache instances Pluggable Cache implementations, including a lock free, high concurrency implementation Cache warming in background When a new searcher is opened, configurable searches are run against it in order to warm it up to avoid slow first hits. During warming, the current searcher handles live requests. Autowarming in background The most recently accessed items in the caches of the current searcher are re-populated in the new searcher, enabling high cache hit rates across index/searcher changes. Fast/small filter implementation User level caching with autowarming support * * * Solr 自带示例 D:\develop\solr\apache-solr-1.4.1\example http://localhost:8983/solr/admin/ cd exampledocs java -jar post.jar *.xml 配送地址库测试环境: 8:8080/solr/ * * * * /solr/features.html filterCache 通过存储一个匹配给定查询的文档 id 的无序集,过滤器让 Solr 能够有效提高查询的性能。缓存这些过滤器意味着对 Solr 的重复调用可以导致结果集的快速查找。更常见的场景是缓存一个过滤器,然后再发起后续的精炼查询,这种查询能使用过滤器来限制要搜索的文档数。 queryResultCache 为查询、排序条件和所请求文档的数量缓存文档 id 的有序 集合。 documentCache 缓存 Lucene Document,使用内部 Lucene 文档 id(以便不与 Solr 惟一 id 相混淆)。由于 Lucene 的内部 Document id 可以因索引操作而更改,这种缓存不能自热 Named caches 命名缓存是用户定义的缓存,可被 Solr 定制插件 所使用。 Caching Configurable Query Result, Filter, and Document cache instances Pluggable Cache implementations, including a lock free, high concurrency implementation Cache warming in background When a new searcher is opened, configurable searches are run against it in order to warm it up to avoid slow first h

您可能关注的文档

文档评论(0)

bodkd + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档