Re: XPathEntityProcessor not indexing all instances of nodes defined in config?

2021-10-29 Thread Scott Derrick
I figured it out! I needed to make the note multivalued in the schema like so   now solr stores the different node values in a array like so |"note":["Handwritten by Mary Baker Eddy.", "This document is a draft of Eddy's poem, \" \n Woman's Rights \n .\" See page 21 of Eddy's \n Poems \n to r

XPathEntityProcessor not indexing all instances of nodes defined in config?

2021-10-29 Thread Scott Derrick
I have the following in my config file               In the XML file is  (snippet): Handwritten by Mary Baker Eddy. This document is a draft of Eddy's poem, "Woman's Rights."  See page 21 of Eddy's Poems to read the published version.

XPathEntityProcessor

2021-10-25 Thread Scott Derrick
Trying to figure out why the xpath processor is only processing on entity when  there are multiple entities. I have the following in my config file            There are multiple entities at the xpath="/TEI/text/body//placeName" but only the last is stored and searchable? thank