Re: Static template column in DIH

2012-08-30 Thread Kiran Jayakumar
13-4311 > > > -Original Message- > From: Kiran Jayakumar [mailto:kiranjuni...@gmail.com] > Sent: Thursday, August 30, 2012 1:54 PM > To: solr-user@lucene.apache.org > Subject: Static template column in DIH > > Hi everyone, > > I have defined a template column like

RE: Static template column in DIH

2012-08-30 Thread Dyer, James
: solr-user@lucene.apache.org Subject: Static template column in DIH Hi everyone, I have defined a template column like this: I dont have a field called Category in my query, but defined in schema.xml. I'm expecting it to populate the Category field with a fixed value "Books". It do

Static template column in DIH

2012-08-30 Thread Kiran Jayakumar
Hi everyone, I have defined a template column like this: I dont have a field called Category in my query, but defined in schema.xml. I'm expecting it to populate the Category field with a fixed value "Books". It doesnt work. What am I missing ? Any help is much appreciated. Thanks