No system property or default value specified for...

2011-01-14 Thread Tanner Postert
ta-config.xml looks like this: this same configuration works for a core that is already imported into the system, but when trying to add the core with the above command I get the following error: No system property or default value specified for local.code so I added a tag in the solr.xml figurin

Re: No system property or default value specified for...

2011-01-19 Thread Markus Jelsma
> '${dataimporter.last_index_time}' > OR > '${dataimporter.request.clean}' != 'false' > order by item.objid" > /> > > > > > this same configuration works for a core that is already imported into the > system, but when tryin

Re: No system property or default value specified for...

2011-01-19 Thread Tanner Postert
> > WHERE > > item.lastmodified > '${dataimporter.last_index_time}' > > OR > > '${dataimporter.request.clean}' != 'false' > > order by item.objid" > > /> > > > > > > > > > > this same config

Re: No system property or default value specified for...

2011-01-19 Thread Markus Jelsma
> > FROM ${local.code}_meta.item > > > WHERE > > > > > > item.lastmodified > '${dataimporter.last_index_time}' > > > > > > OR > > > > > > '${dataimporter.request.clean}' != 'false' > &

Re: No system property or default value specified for...

2011-01-19 Thread Tanner Postert
> > > > > > > > > > > > > > > > query="select '${local.code}' as localcode, > > > > items.* > > > > > > > > FROM ${local.code}_meta.item > > > > WHERE > > >

Re: No system property or default value specified for...

2011-01-19 Thread Markus Jelsma
> > > > > > > > > query="select code from master.locals" > > > > >rootEntity="false"> > > > > > > > > > > > > > > > > > > >

Re: No system property or default value specified for...

2011-01-24 Thread Chris Hostetter
: I'm trying to dynamically add a core to a multi core system using the : following command: : : http://localhost:8983/solr/admin/cores?action=CREATE&name=items&instanceDir=items&config=data-config.xml&schema=schema.xml&dataDir=data&persist=true : : the data-config.xml looks like this: : : I