1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
<?xml version="1.0" encoding="utf-8"?>
<sphinx:docset>
<sphinx:document id="1">
<title>test one</title>
<sgid>here is string attribute</sgid>
<sgidf>test1 is attr</sgidf>
<content>this is my test document number one. also checking search within phrases.</content>
</sphinx:document>
<sphinx:document id="2">
<title>test one</title>
<sgid>here is the second string attribute</sgid>
<sgidf>test2 is attr</sgidf>
<content>this is my test document number two. also checking search within phrases.</content>
</sphinx:document>
</sphinx:docset>
|