Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6730031
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:21:35+00:00 2026-05-26T10:21:35+00:00

If my xml is structured like so: <fruit> <apple appleId=apple_1> <core coreId=core_1> <seed>1</seed> <seed>2</seed>

  • 0

If my xml is structured like so:

<fruit>
<apple appleId="apple_1">
 <core coreId="core_1">
  <seed>1</seed>
  <seed>2</seed>
 </core>
</apple>
<apple appleId="apple_2">
 <core coreId="core_1">
  <seed>1</seed>      
 </core>
</apple>
</fruit>

and I want the seeds to be the documents in my solr schema, how can I access the appleId and coreId?

Here’s the pertinent entity definition from my data-config.xml:

<entity name="apples"
            processor="XPathEntityProcessor"
            stream="true"
            forEach="/fruit/apple/core/seed"
            url="fruit.xml"
            transformer="script:create_id"
            >
    <field column="seed_s" xpath="/fruit/apple/core/seed" />
    <field column="apple_id_s" xpath="/fruit/apple/@appleId" />
</entity>

script:create_id creates a unique id for each seed.

In this example, apple_id_s is coming back as null.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T10:21:36+00:00Added an answer on May 26, 2026 at 10:21 am

    I found the problem. I need to use commonField=”true” and make sure to loop through each apple and core. Also, I need to set the pk=”seed_s” which triggers solr to store the document.

    Here’s my new entity definition:

    <entity name="apples"
            processor="XPathEntityProcessor"
            stream="true"
            pk="seed_s"
            forEach="/fruit/apple/core/seed | /fruit/apple | /fruit/apple/core"
            url="fruit.xml"
            transformer="script:create_id"
            >
    <field column="seed_s" xpath="/fruit/apple/core/seed" />
    <field column="apple_id_s" xpath="/fruit/apple/@appleId" commonField="true"/>
    <field column="core_id_s" xpath="/fruit/apple/core/@coreId" commonField="true"/>
    

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a plist structured like this: <?xml version=1.0 encoding=UTF-8?> <!DOCTYPE plist PUBLIC -//Apple//DTD
I have some XML that is structured like this: <whatson> <productions> <production> <category>Film</category> </production>
Given an XML structure like this: <garage> <car>Firebird</car> <car>Altima</car> <car>Prius</car> </garage> I want to
my xml structure looks like this: <entity id=1000070> <name>apple</name> <type>category</type> <entities> <entity id=7002870> <name>mac</name>
Essentially, I have XML structured like this: <A> <B> <1>data</1> <2>data</2> <C> <1>data</1> <2>data</2>
I have an XML file that's structured like this: <foo> <bar></bar> <bar></bar> ... </foo>
I have an XML file structured like this <serieslist> <series sid=123> <title type=main>Series 123
I have a xml file structured like <?xml version=1.0?> <library> <book id=1003> <title>Jquery MVC</title>
I have a very simple XML datasource structured like this: <datasource> <row> <column>Some text
I have an XML document that is pretty much structured like an Excel spreadsheet

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.