Re: adding custom fields to solr response

2013-08-13 Thread Jack Krupansky
lucene.apache.org Subject: adding custom fields to solr response Hi, I have created a custom component with some post filtering ability. Now I am trying to add certain fields to the solr response. I was able to add it as a separate response section, but i am having difficulty adding it to the doc

adding custom fields to solr response

2013-08-13 Thread Rohit Harchandani
Hi, I have created a custom component with some post filtering ability. Now I am trying to add certain fields to the solr response. I was able to add it as a separate response section, but i am having difficulty adding it to the docs themselves. Is there an example of any component which adds field