【发布时间】:2011-10-04 18:58:10
【问题描述】:
我正在尝试将一个非常小的(6 行)表索引到 solr 中,它说它添加/更新了 6 个文档,但是当我搜索字段时它没有返回任何内容。我的表如下
League:
field | type |
---------------------
id | int |
leaguename | string|
这是我尝试完全导入时 solr 打印的内容
03data-config.xmlfull-importidle1602011-07-13 19:11:42Indexing completed. Added/Updated: 6 documents. Deleted 0 documents.
2011-07-13 19:11:422011-07-13 19:11:4260:0:0.120
This response format is experimental. It is likely to change in the future.
有没有一种方法可以查看索引所持有的值?我尝试在 solr 中查看数据文件夹,但所有文件似乎都包含奇怪的非字母数字字符。
【问题讨论】: