Re: Extract info from parent node during data import (redirect:)

2009-09-17 Thread Fergus McMenemie
JIRA SOLR-1437 created "DIH: Enhance XPathRecordReader to deal with //tagname and other improvements." >Fergus, > >Implementing wildcard (//tagname) is definitely possible. I would love >to see it working. But if you wish to take a dig at it I shall do >whatever I can to help. > >>What is th

Re: Extract info from parent node during data import (redirect:)

2009-09-16 Thread Paul, Noble
Fergus, Implementing wildcard (//tagname) is definitely possible. I would love to see it working. But if you wish to take a dig at it I shall do whatever I can to help. >What is the use case that makes flow though so useful? We do not know to which forEach xpath a given field is associated with

Re: Extract info from parent node during data import

2009-09-12 Thread Noble Paul നോബിള്‍ नोब्ळ्
cord/mediaBlock "document" indexed it contains all > fields > from the parent "/record" document as well. A search over mediaBlock s > returns lots > of extra fields from the parent which did not have the commonField attribute. > I > will try and produ

Re: Extract info from parent node during data import

2009-09-11 Thread Fergus McMenemie
gt;> >work well. I am not sure why category on its own works, but not >>> >category/name... >>> >But thanks for tip. It wasn't as painful as I thought it would be. >>> >Venn >>> >>> Hmmm, I had bother with this. Altho

Re: Extract info from parent node during data import

2009-09-10 Thread Noble Paul നോബിള്‍ नोब्ळ्
collected since the opening of the tag. If there are fields it collected before opening of the same tag, it retains it > > >> Date: Thu, 10 Sep 2009 14:19:31 +0100 >> To: solr-user@lucene.apache.org >> From: fer...@twig.me.uk >> Subject: RE: Extract info from parent nod

RE: Extract info from parent node during data import

2009-09-10 Thread venn hardy
lr document to indexed, that document contained all the fields > from > the parent element as well. > > Did you see this? > > > > >> From: noble.p...@corp.aol.com > >> Date: Thu, 10 Sep 2009 09:58:21 +0530 > >> Subject: Re: Extract info from pa

RE: Extract info from parent node during data import

2009-09-10 Thread Fergus McMenemie
ent as well. Did you see this? > >> From: noble.p...@corp.aol.com >> Date: Thu, 10 Sep 2009 09:58:21 +0530 >> Subject: Re: Extract info from parent node during data import >> To: solr-user@lucene.apache.org >> >> try this >> >> add two xpaths in you

Re: Extract info from parent node during data import

2009-09-10 Thread Noble Paul നോബിള്‍ नोब्ळ्
p. It wasn't as painful as I thought it would be. > Venn > >> From: noble.p...@corp.aol.com >> Date: Thu, 10 Sep 2009 09:58:21 +0530 >> Subject: Re: Extract info from parent node during data import >> To: solr-user@lucene.apache.org >> >> try this >> &g

RE: Extract info from parent node during data import

2009-09-10 Thread venn hardy
ry/name... But thanks for tip. It wasn't as painful as I thought it would be. Venn > From: noble.p...@corp.aol.com > Date: Thu, 10 Sep 2009 09:58:21 +0530 > Subject: Re: Extract info from parent node during data import > To: solr-user@lucene.apache.org > > try this > >

Re: Extract info from parent node during data import

2009-09-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
try this add two xpaths in your forEach forEach="/document/category/item | /document/category/name" and add a field as follows Please try it out and let me know. On Thu, Sep 10, 2009 at 7:30 AM, venn hardy wrote: > > Hello, > > > > I am using SOLR 1.4 (from nighly build) and its URLDataSour