Hi everyone,
I've just realised that this line in the result for an MLT query is broken:
<float name="decade:#0;ߐ">0.2517573</float>
(this is the last child of element "interestingTerms" see more output below)
decade should contain the int "2000" from what I can see in the results
for that query. The representation of "2000" as SortableInt seems to
contain characters that break the XML output?
Cheers,
Chantal
.../solr/mlt?mlt.mindf=50&sort=score+desc,start_date+asc,sid+asc
&fl=id,year,decade,title,start_date,score,sid
&mlt.fl=cat,participant,decade,country&start=0
&q=id:32883780&mlt.mintf=1&mlt.match.include=true&rows=50
&version=1&mlt.interestingTerms=details&mlt.boost=true
...
<doc>
<float name="score">3.9147425</float>
<int name="decade">2000</int>
<long name="id">32725355</long>
<long name="sid">1518610</long>
<date name="start_date">2009-11-14T06:00:00Z</date>
<str name="title">Smoking</str>
<int name="year">2002</int>
</doc>
...
<lst name="interestingTerms">
<float name="participant:Nichelle Nichols">1.0</float>
<float name="participant:James Coburn">0.9949831</float>
<float name="participant:John Debney">0.93337345</float>
<float name="cat:#0;Ă">0.5553121</float>
<float name="country:CDN">0.5469994</float>
<float name="cat:#0;Ā">0.38832104</float>
<float name="country:USA">0.31487963</float>
<float name="decade:#0;ߐ">0.2517573</float>
</lst>