Re: How to make SOLR display empty value attributes also

2010-04-13 Thread SandeepTagore
I guess, You can achieve this with DataImportHandler Transformers. -- View this message in context: http://n3.nabble.com/How-to-make-SOLR-display-empty-value-attributes-also-tp712766p715436.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to make SOLR display empty value attributes also

2010-04-12 Thread Lance Norskog
You can set a default value for a field in the schema.xml. I don't know if an empty string will work, or if you have to create a special value that means 'null'. On Sun, Apr 11, 2010 at 11:07 PM, bbarani wrote: > > Hi, > > I have some dynamic fields something as key value pair in my SOLR data > c