Skip to content

Instantly share code, notes, and snippets.

@vinicius85
Last active December 17, 2015 23:08
Show Gist options
  • Save vinicius85/5686740 to your computer and use it in GitHub Desktop.
Save vinicius85/5686740 to your computer and use it in GitHub Desktop.
Solr spellcheck response
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">18</int>
<str name="q">name:(ipod AND aple)</str>
</lst>
<result name="response" numFound="0" start="0"/>
<lst name="spellcheck">
<lst name="suggestions">
<lst name="aple">
<int name="numFound">1</int>
<int name="startOffset">15</int>
<int name="endOffset">19</int>
<arr name="suggestion">
<str>apple</str>
</arr>
</lst>
<lst name="collation">
<str name="collationQuery">name:(ipod AND apple)</str>
<int name="hits">0</int>
<lst name="misspellingsAndCorrections">
<str name="aple">apple</str>
</lst>
</lst>
</lst>
</lst>
</response>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment