You are querying for 'branch' and trying to place it in 'skill'.

Also, you have Name and Column backwards, it should be:

<field column="id" name="id"/> 
<field column="name" name="name"/> 
<field column="city" name="city_t"/> 
<field column="skill" name="skill_t"/> 
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/solr-user-tp1404814p1406343.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to