如何优化solr索引

发布于 2024-11-17 15:39:15 字数 568 浏览 3 评论 0原文

当我运行 solr/admin 页面时,我得到了此信息,它显示optimize=true,但我没有在配置文件中设置optimize=true,而不是它优化索引的方式。 那么我怎样才能将它设置为 false 呢?

Schema Information

    Unique Key: UID_PK

    Default Search Field: text

    numDocs: 2881

    maxDoc: 2881

    numTerms: 41960

    version: 1309429290159

    optimized: true

    current: true

    hasDeletions: false

    directory: org.apache.lucene.store.SimpleFSDirectory:org.apache.lucene.store.SimpleFSDirectory@ C:\apache-solr-1.4.0\example\example-DIH\solr\db\data\index

    lastModified: 2011-06-30T10:25:04.89Z

when i run solr/admin page i got this information, it shows optimize=true, but i have not set optimize=true in configuration file than how it is optimizing the indexes.
and how can i set it to false then .

Schema Information

    Unique Key: UID_PK

    Default Search Field: text

    numDocs: 2881

    maxDoc: 2881

    numTerms: 41960

    version: 1309429290159

    optimized: true

    current: true

    hasDeletions: false

    directory: org.apache.lucene.store.SimpleFSDirectory:org.apache.lucene.store.SimpleFSDirectory@ C:\apache-solr-1.4.0\example\example-DIH\solr\db\data\index

    lastModified: 2011-06-30T10:25:04.89Z

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅黛梨妆こ 2024-11-24 15:39:15

它没有说“optimize = true”或它将“优化某些内容”。它表示您的索引当前已优化。这是一个区别,它仅描述索引的当前状态。

查找此类内容的最佳方法是:

  1. 插入几行
  2. 查找该值,它将显示“已优化”
  3. 删除一行
  4. 再次查找该值,它将显示“未优化”

It doesnt say "optimize = true" or that it will "optimize something". It says that your index is currently optimized. Thats a difference it describes only the current status of your index.

The best way to lookup this kind of thing is:

  1. Insert a couple of rows
  2. Lookup this value it will show "optimized"
  3. Delete a row
  4. Lookup again this value it will say "not optimized"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文