Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <sphinx:docset xmlns:sphinx="http://sphinxsearch.com/">
  3.  
  4. <sphinx:schema>
  5. <sphinx:field name="name" attr="string" />
  6. <sphinx:attr name="price" type="float"/>
  7. </sphinx:schema>
  8.  
  9. <sphinx:document id="849">
  10. <name>Men's Sports Shorts</name>
  11. <price>24.7459</price>
  12. </sphinx:document>
  13.  
  14. <sphinx:document id="852">
  15. <name>Women's Tights</name>
  16. <price>30.9334</price>
  17. </sphinx:document>
  18.  
  19. <sphinx:document id="855">
  20. <name>Men's Bib-Shorts</name>
  21. <price>37.1209</price>
  22. </sphinx:document>
  23.  
  24. </sphinx:docset>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement