Re: ExractionHandler/Cell ignore just 2 fields defined in schema 3.5.0

2012-01-24 Thread Wayne W
Ah perfect - thank you Jan so much. :-) On Tue, Jan 24, 2012 at 11:14 AM, Jan Høydahl wrote: > Hi, > > It's because lowernames=true by default in solrconfig.xml, and it will > convert any "-" into "_" in field names. So try adding a request parameter > &lowernames=false or change the default i

Re: ExractionHandler/Cell ignore just 2 fields defined in schema 3.5.0

2012-01-23 Thread Jan Høydahl
Hi, It's because lowernames=true by default in solrconfig.xml, and it will convert any "-" into "_" in field names. So try adding a request parameter &lowernames=false or change the default in solrconfig.xml. Alternatively, leave as is but name your fields project_id and company_id :) http://w

ExractionHandler/Cell ignore just 2 fields defined in schema 3.5.0

2012-01-23 Thread Wayne W
Hi, Im been trying to figure this out now for a few days and I'm just not getting anywhere, so any pointers would be MOST welcome. I'm in the process of upgrading from 1.3 to the latest and greatest version of Solr and I'm getting there slowly. However I have this (final) problem that when sending