Re: Questions about XPath in data import handler

2009-08-14 Thread Andrew Clegg
Noble Paul നോബിള്‍ नोब्ळ्-2 wrote: > > yes. look at the 'flatten' attribute in the field. It should give you > all the text (not attributes) under a given node. > > I missed that one -- many thanks. Andrew. -- View this message in context: http://www.nabble.com

Re: Questions about XPath in data import handler

2009-08-13 Thread Noble Paul നോബിള്‍ नोब्ळ्
t; Yes, just checking since the DIH XPath engine is a little different. > > Do you know what I would get in this case? > >> > Also... Can I select a non-leaf node and get *ALL* the text underneath >> it? >> > e.g. /a/b in this example? > > Cheers, > > Andre

Re: Questions about XPath in data import handler

2009-08-13 Thread Andrew Clegg
s, Andrew. -- View this message in context: http://www.nabble.com/Questions-about-XPath-in-data-import-handler-tp24954223p24954869.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Questions about XPath in data import handler

2009-08-13 Thread Noble Paul നോബിള്‍ नोब्ळ्
hat the semantics of standard xpath syntax? > > Also... Can I select a non-leaf node and get *ALL* the text underneath it? > e.g. /a/b in this example? > > Thanks! > > Andrew. > > -- > View this message in context:

Re: Questions about XPath in data import handler

2009-08-13 Thread Andrew Clegg
Andrew Clegg wrote: > > > Sorry, Nabble swallowed my XML example. That was supposed to be [a] [b] [subject qualifier="some text" /] [/b] [/a] ... but in XML. Andrew. -- View this message in context: http://www.nabble.com/Questions-about-XPath-in-

Questions about XPath in data import handler

2009-08-13 Thread Andrew Clegg
qualifier in the /a/b/subject element"? e.g. For this document: ... I would get the result "some text"? Also... Can I select a non-leaf node and get *ALL* the text underneath it? e.g. /a/b in this example? Thanks! Andrew. -- View this message in context: http:/