Skip to content

Instantly share code, notes, and snippets.

@maephisto
Created January 15, 2014 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maephisto/8433719 to your computer and use it in GitHub Desktop.
Save maephisto/8433719 to your computer and use it in GitHub Desktop.
documents added
<add>
<doc>
<field name="id">1</field>
<field name="title">Doc one</field>
<field name="payloads">testone|10.4 testtwo|30.2 testthree|5.6</field>
<field name="text">I testone, you testtwo, they testthree</field>
</doc>
<doc>
<field name="id">2</field>
<field name="title">Doc two</field>
<field name="payloads">testone|30.7 testtwo|20.9 testthree|5.9</field>
<field name="text">I testone, you testtwo, they testthree</field>
</doc>
<doc>
<field name="id">3</field>
<field name="title">Doc three</field>
<field name="payloads">testone|50.7 testtwo|80.4 testthree|90.9</field>
<field name="text">I testone, you testtwo, they testthree</field>
</doc>
<doc>
<field name="id">4</field>
<field name="title">Doc four</field>
<field name="payloads">testone|99.5 testtwo|10.7 testthree|5.1</field>
<field name="text">I testone, you testtwo, they testthree</field>
</doc>
</add>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment