Re: correct XPATH syntax

2012-05-04 Thread Lance Norskog
. - 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
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-XPATH-syntax

Re: correct XPATH syntax

2012-05-03 Thread Twomey, David
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-XPATH-syntax-tp3951804p3959097.html

Re: correct XPATH syntax

2012-05-03 Thread lboutros
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-01 Thread lboutros
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 Twomey, David
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.

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 AuthorList CompleteYN=Y Author ValidYN=Y LastNameSørlie/LastName ForeNameT/ForeName InitialsT/Initials /Author Author ValidYN=Y LastNamePerou/LastName ForeNameC M/ForeName

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 david.two...@novartis.com wrote: Is this possible in DataImportHandler I want the following XML to all collapse into one mult-valued Author field AuthorList CompleteYN=Y Author ValidYN=Y

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 david.two...@novartis.com wrote: Sorry hit send too soon. Continued the email below On