Re: Solr 5: data_driven_schema_config's solrconfig causing error

2015-03-11 Thread Aman Tandon
> > AFAICT, what you’re trying to do is take a configset you’ve used in the > past with an older version of Solr and get it to work with a newer Solr > version. If that’s so, perhaps you should start with a configset like > sample_techproducts_configs? This is exactly i want to do. Thanks for ad

Re: Solr 5: data_driven_schema_config's solrconfig causing error

2015-03-11 Thread Steve Rowe
Hi Aman, So you (randomly?) chose an example configset, commented out parts you didn’t understand, and now things don’t work? … Maybe you should review the process you’re using? Like, don’t start with a configset that will auto-populate the schema for you with guessed field types if you don’t

Re: Solr 5: data_driven_schema_config's solrconfig causing error

2015-03-11 Thread Aman Tandon
I removed/commented as it was not understood able and not for our use. With Regards Aman Tandon On Tue, Mar 10, 2015 at 8:04 PM, Steve Rowe wrote: > Hi Aman, > > The stack trace shows that the AddSchemaFieldsUpdateProcessorFactory > specified in data_driven_schema_configs’s solrconfig.xml expec

Re: Solr 5: data_driven_schema_config's solrconfig causing error

2015-03-10 Thread Steve Rowe
Hi Aman, The stack trace shows that the AddSchemaFieldsUpdateProcessorFactory specified in data_driven_schema_configs’s solrconfig.xml expects the “booleans” field type to exist. Solr 5’s data_driven_schema_configs includes the “booleans” field type:

Solr 5: data_driven_schema_config's solrconfig causing error

2015-03-10 Thread Aman Tandon
Hi, For the sake of using the new schema.xml and solrconfig.xml with solr 5, I put my old required field type & fields names (being used with solr 4.8.1) in the schema.xml given in *basic_configs* & configurations setting given in solrconfig.xml present in *data_driven_schema_configs* and put I pu