Naming fields something_t but declaring them "string" will either not
work, or cause confusion.

On Thu, Sep 2, 2010 at 6:49 AM, kenf_nc <ken.fos...@realestate.com> wrote:
>
> 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.
>



-- 
Lance Norskog
goks...@gmail.com

Reply via email to