Katta 索引的用户界面

发布于 2024-10-16 15:30:13 字数 113 浏览 6 评论 0原文

我正在为 Katta Index 开发一个用户界面。为此,我需要找到索引字段的名称(如果可能的话,它的数据类型如何索引,普通字符串或浮点或整数或长等......)以及索引包含的文档数量...... - 提前致谢

I m developing a User interface for Katta Index. For that I need to find, the indexed field's names (and if possible its data type how it was indexed either normal string or Float or Int or long etc...) and number of documents the index contains....
--Thanks in advance

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

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

发布评论

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

评论(1

桜花祭 2024-10-23 15:30:13

根据 katta 文档

...Katta 索引基本上只是一个带有 Lucene 索引子文件夹的文件夹...

所以我会尝试使用 luke 查看索引结构。
我看到这个建议也出现在 katta 中的常见问题下。

According to the katta documentation,

...a Katta index is basically just a folder with Lucene index sub folders...

So I would try to use luke to view the index structure.
I see this advice appears also under common problems in katta.

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