Re: Recreating SOLR index after a schema change - without having to re-post the data

2009-07-31 Thread Edwin Stauthamer
. with an update > processor that wrote the documents coming in to some other storage (one > option: simple Solr XML files on the filesystem). So hope is not lost. > >Erik > > > > > On Jul 31, 2009, at 9:07 AM, Edwin Stauthamer wrote: > > That is a shame. I h

Re: More like *these*? (recommendation system)

2009-07-31 Thread Edwin Stauthamer
eturn by the initial query. > > So if I search for "id:1 OR id:2 OR id:3", I want the MLT result to be a > single list of items, rather than 3 lists. > > Is this possible without writing a completely new handler? > > Regards, > Andrew Ingram > -- Met vriendel

Re: Recreating SOLR index after a schema change - without having to re-post the data

2009-07-31 Thread Edwin Stauthamer
ive in many cases. So I don't think this is a > feature that you'll see in Solr any time soon. > >Erik > > -- Met vriendelijke groet / Kind regards, Edwin Stauthamer Adviser Search & Collaboration Emid Consult T: +31 (0) 70 8870700 M: +31 (0) 6 4555 4994 E: estautha...@emidconsult.com I: http://www.emidconsult.com

Re: Skipping fields from XML

2009-07-30 Thread Edwin Stauthamer
> the fields that I have declared in my schema.xml? > > More precisely: (taken from schema.xml) > > > > > > > -- Met vriendelijke groet / Kind regards, Edwin Stauthamer Adviser Search & Collaboration Emid Consult T: +31 (0) 70 8870700 M: +31 (0) 6 45

Skipping fields from XML

2009-07-30 Thread Edwin Stauthamer
Hi, I want to index a perfectly good solr XML-file into an Solr/Lucene instance. The problem is that the XML has many fields that I don't want to be indexed. I tried to index the file but Solr gives me an error because the XML contains fields that I have not declared in my schema.xml How can I t