You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Omid brmnd <om...@gmail.com> on 2016/07/16 07:08:45 UTC

SolrEntityProcessor DIH Problem!

Hi Dear Friends,
I,m using solrcloud 6.0.0 .
I follow the steps mentioned in :
http://wiki.apache.org/solr/DataImportHandler#SolrEntityProcessor

for using DIH!

My configuration is :
<dataConfig> <document> <entity name="sep" processor="SolrEntityProcessor"
url="http://localhost:8983/solr/test_col1" query="*:*"/> </document> </
dataConfig>

The response after execute is :

{ "responseHeader": { "status": 0, "QTime": 0 }, "initArgs": [ "defaults",
[ "config", "solr-data-config.xml" ] ], "command": "status", "status":
"idle", "importResponse": "", "statusMessages": { "Total Requests made to
DataSource": "0", "Total Rows Fetched": "10", "Total Documents Processed":
"9", "Total Documents Skipped": "0", "Full Dump Started": "2016-07-16
06:59:16", "": "Indexing completed. Added/Updated: 9 documents. Deleted 0
documents.", "Committed": "2016-07-16 06:59:16", "Total Documents Failed":
"1", "Time taken": "0:0:0.68" } }

But there is no indexed data?!
Why?

can anyone help me?

Best
s,

Omid