Check if you have added the 'concatFields'  definition as well in
solrconfig.xml...
How are you indexing btw?


On Tue, Apr 26, 2016 at 12:24 PM, vrajesh <vrajes...@gmail.com> wrote:

> Hi,
> i have added it to /update request handler as per following in
> solrconfig.xml:
>  <requestHandler name="/update/json" class="solr.UpdateRequestHandler">
>         <lst name="defaults">
>          <str name="stream.contentType">application/json</str>
>                   <str name="update.chain">concatFields</str>
>        </lst>
>   </requestHandler>
>   <requestHandler name="/update/csv" class="solr.UpdateRequestHandler">
>         <lst name="defaults">
>          <str name="stream.contentType">application/csv</str>
>                   <str name="update.chain">concatFields</str>
>        </lst>
>   </requestHandler>
>
> but when i query it after indexing new files, i dont see any concatenated
> field.
>
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/concat-2-fields-tp4271760p4272829.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to