Solr DataImport Hander

2014-04-03 Thread sanjay92
Hi, I am writing very simple Dept, Emp Solr DataImport Handler. it is working but when I query using http://localhost:8983/solr/select?q=*:* I see results in XML format . See attached file. deptemp.xml Output from inner query does no

How do I add another unrelated query results to solr index

2014-04-03 Thread sanjay92
Hi, How do I add two different queries into one single index. e..g. I have added following But when I query, I dont see any data from salgrade table. I have also tried another document tag but that also did not work as expected. Is i

Re: How do I add another unrelated query results to solr index

2014-04-07 Thread sanjay92
I think it was not just rootEntity="true". We need to add transformer="TemplateTransformer" and make sure that each entity has some kind of Unique column across all entities e.g. in this case is a made up column and this doc_id values should be unique across all entities. temp