Thanks Alexandre for quick response,

I tried both the ways but still no luck null values, anything I am doing
fundamentally wrong?
 
query="select DOC_IDN, BILL_IDN from document_fact" >
   <field column="DOC_IDN" name="id" />                         

and

query="select DOC_IDN as id ,BILL_IDN as bill_id from document_fact" >
   <field column="id" />                                




--
View this message in context: 
http://lucene.472066.n3.nabble.com/TemplateTransformer-returns-null-values-tp4114539p4114544.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to