Re: Skipping fields from XML

2009-07-30 Thread Edwin Stauthamer
perfect! That resolved my issue. BTW. This was my first posting on this list. I must say that the responses were quick and to the point!!! Good community help! On Thu, Jul 30, 2009 at 10:58 AM, AHMET ARSLAN wrote: > > > How can I tell Solr to skip unwanted fields and only index > > the fields t

Re: Skipping fields from XML

2009-07-30 Thread AHMET ARSLAN
> How can I tell Solr to skip unwanted fields and only index > the fields that I have declared in my schema.xml? More precisely: (taken from schema.xml)

Re: Skipping fields from XML

2009-07-30 Thread Koji Sekiguchi
Edwin Stauthamer wrote: 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

Re: Skipping fields from XML

2009-07-30 Thread AHMET ARSLAN
: I want Solr to index / store only a few fields from the XML-file to be : indexed and skip all the other fields. I think Dynamic fields [1] can help you. [1] http://wiki.apache.org/solr/SchemaXml#head-82dba16404c8e3318021320638b669b3a6d780d0

Re: Skipping fields from XML

2009-07-30 Thread Noble Paul നോബിള്‍ नोब्ळ्
I don't think there is a way to do that. On Thu, Jul 30, 2009 at 1:39 PM, Edwin Stauthamer wrote: > 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

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