Zend Lucene的索引文件在哪里?

发布于 2024-11-10 14:42:41 字数 279 浏览 0 评论 0原文

我第一次以这种方式索引数据时,

$index = new Zend_Search_Lucene('/tmp/search_index', true);

这在我的项目的公共文件夹中创建了一个 tmp/search_index 文件夹。在我注意到索引有问题后,我刚刚删除了 search_index 文件夹中的所有文件。

尝试重新索引数据后,我意识到 search_index 文件夹是空的。然而,搜索仍然给出结果。索引数据现在存储在哪里?它不在公共文件夹中...

the first time I indexed my data this way

$index = new Zend_Search_Lucene('/tmp/search_index', true);

This created a tmp/search_index folder in the public folder of my project. After I noticed there is something wrong with the index I just deleted all file in the search_index folder.

After trying to reindex the data I realized that the search_index folder is empty. However the search gives still results. Where is the index data stored now? It's not in the public folder...

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

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

发布评论

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

评论(1

千年*琉璃梦 2024-11-17 14:42:41

/tmp/search_index系统根/tmp 文件夹。使用与您的应用相关的其他路径,例如 tmp/search_index

/tmp/search_index refers to the system root /tmp folder. Use some other path relative to your app, like tmp/search_index.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文