Re: correct XPATH syntax

2012-05-04 Thread Lance Norskog
our actual configuration. > > Ludovic. > > - > Jouve > France. > -- > View this message in context: > http://lucene.472066.n3.nabble.com/correct-XPATH-syntax-tp3951804p3959397.html > Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: correct XPATH syntax

2012-05-03 Thread lboutros
h and then import the author field with your actual configuration. Ludovic. - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/correct-XPATH-syntax-tp3951804p3959397.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: correct XPATH syntax

2012-05-03 Thread Twomey, David
quot; mailto:boutr...@gmail.com>> wrote: Hi David, what do you want to do with the 'commonField' option ? Is it possible to have the part of the schema for the author field please ? Is the author field stored ? Ludovic. - Jouve France. -- View this message in cont

Re: correct XPATH syntax

2012-05-03 Thread lboutros
Hi David, what do you want to do with the 'commonField' option ? Is it possible to have the part of the schema for the author field please ? Is the author field stored ? Ludovic. - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/correct-XP

Re: correct XPATH syntax

2012-05-01 Thread Twomey, David
gt;.xml-1 > >I don't think the that the commonField option is needed here, I think you >should suppress it. > >Ludovic. > >- >Jouve >France. >-- >View this message in context: >http://lucene.472066.n3.nabble.com/correct-XPATH-syntax-tp3951804p3952812. >html >Sent from the Solr - User mailing list archive at Nabble.com.

Re: correct XPATH syntax

2012-05-01 Thread lboutros
that the commonField option is needed here, I think you should suppress it. Ludovic. - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/correct-XPATH-syntax-tp3951804p3952812.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: correct XPATH syntax

2012-04-30 Thread Twomey, David
Answering my own question: I think I can do this by writing a script that concats the Lastname, Forname and Initials and adding that to xpath = /AuthorList/Author Yes? On 4/30/12 4:49 PM, "Twomey, David" wrote: >Sorry hit send too soon. Continued the email below > >On 4/30/12 4:46 PM, "Twome

Re: correct XPATH syntax

2012-04-30 Thread Twomey, David
Sorry hit send too soon. Continued the email below On 4/30/12 4:46 PM, "Twomey, David" wrote: > >Is this possible in DataImportHandler > >I want the following XML to all collapse into one mult-valued Author field > > > > Sørlie > T > T > > > Perou > C M > CM > > > Tibshirani > R >

correct XPATH syntax

2012-04-30 Thread Twomey, David
Is this possible in DataImportHandler I want the following XML to all collapse into one Author field Sørlie T T Perou C M CM Tibshirani R R ... So my XPATH is like