我将记录从mysql导入SolrCloud 5.2。 MySQL包含487条记录。 Solr正在显示它导入的487条记录.Debug日志也显示它导入了相同的内容。但是,当我使用*:*
查询时,我只看到233条记录。 Autocommit已开启。
调试:
"statusMessages": {
"Total Requests made to DataSource": "1",
"Total Rows Fetched": "487",
"Total Documents Processed": "487",
"Total Documents Skipped": "0",
"Full Dump Started": "2015-07-09 16:29:52",
"": "Indexing completed. Added/Updated: 487 documents. Deleted 0 documents.",
"Committed": "2015-07-09 16:29:54",
"Time taken": "0:0:2.170"
}
"document#485",
[
null,
"----------- row #1-------------",
"id",
1000113,
"name",
"foldernew1",
"parentFolderId",
5,
"createdDate",
"2015-04-28T10:11:50Z",
null,
"---------------------------------------------"
],
很明显,id - 1000113已编入索引。但是当我查询*:*
时,这不是列表。